.font_primary_light{color: #333;}
.guid_txt2{
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  float: left;
  margin-right: 8px;
}
.formWrapper{
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;}
/*顯示筆數*/
.showPage{
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;}
.showAmount{display: -webkit-box;display: -ms-flexbox;display: flex;}
.showAmount .guid_txt2{
  height: 36px;
  font-size: 16px;
  line-height: 36px;
  float: left;
  margin-right: 8px;
}
/*頁籤*/
.pageNav{
  margin-left: auto;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
.pageNav .prevButton{
  display: block;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #f5e1ff;
  color: #8d02d9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-indent: 10px;
  line-height: 28px;
  margin-top: 3px;

}
.pageNav .prevButton:hover{background-color:#edc8ff;}
.pageNav .Next{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.pageNav .input{margin: 0 5px;}
.pageNav .input .textfieldC {
  display:  -webkit-inline-box;
  display:  -ms-inline-flexbox;
  display:  inline-flex;
  width: 36px;
  font-size: 16px;
  text-align: center;
  height: 36px;
  line-height: 36px;
  background-color: rgb(255, 255, 255);
  color: #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 8px;
  border: 1px solid #ccc;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 5px;
  box-sizing: border-box;
}

/*form格式-小*/
.styled-select2 {
  width: 60px;
  height: 36px;
  overflow: hidden;
  background: url(https://imgs.click108.com.tw/my/vip/friends/images/select_icon.png) right 10px center / 20px 20px no-repeat rgb(255, 255, 255);
  border-radius: 10px;
  background-position: right 5px center;
  background-repeat: no-repeat;
}

.styled-select2 select{
  width: 60px;
  height: 36px;
  font-size: 16px;
  padding-left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: rgb(51, 51, 51);
  background: transparent;
  border: 1px solid #ccc;
  -o-border-image: initial;
     border-image: initial;
  border-radius: 10px;
}

/*==========================手機版型區============================*/
.MOBILE .base_pillar {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  background-image: 
    url(../images/interior/god-skywallpaper.jpg),
    url(../images/interior/god-skywallpaper2.jpg);
  background-repeat: no-repeat,repeat-y;
  background-size: 800px auto,800px auto;
  background-position: center -25px ,top center;
  position: relative;
  }
.MOBILE .godTemplates .godBox{
  margin-top: 12px;
}
/*各區塊固定寬度*/
.MOBILE .contentWrapper{
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.MOBILE .contentWrapper+.contentWrapper{
  margin-top: 13px;}
.MOBILE .contentWrapper .formWrapper{
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  padding: 0 2%;}
/*選神明*/
.MOBILE .guid_txt{
  background-image: url(../images/bg/bg1.jpg);
  background-size: 617px auto;
}
/*紀錄清單*/
.MOBILE .recordsWrapper{
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  margin-top: 13px;
  padding: 0 2%;
}
.MOBILE .recordsWrapper .recordsUL{
  width: 100%;
  padding: 2% 4%;
  margin-bottom: 13px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 18px;
}
.MOBILE .recordsWrapper li.godInfoLeft{
  width: 100%;
  display: block;
  padding: 8px 10px;
  vertical-align: top;
  border-right: none;
  border-bottom: 1px solid rgba(238, 213, 118, .5);
}
.MOBILE .recordsWrapper li.godInfoLeft .godImg{
  width: 30%;
  margin-top: 0px;
  -webkit-box-shadow:
  0 0 0px 2px #ffff,
  0 0 2px 3px rgba(238, 213, 118, .8);
          box-shadow:
  0 0 0px 2px #ffff,
  0 0 2px 3px rgba(238, 213, 118, .8);
  border-radius: 100%;
  margin-left: 65px;
}
.MOBILE .recordsWrapper li.godInfoRight{
  width: 100%;
  display: block;
  padding: 8px 10px;
}
/*一般按鈕*/
.MOBILE .godTemplates .godTempContent .godBox .goGodInviteBtn2{
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
  margin-bottom: 15px;
}