input:focus, select:focus {outline: none}
.pop_close:hover,.btn_tan_close,.m-fixed .close em,.pop_close2:hover{-webkit-transition:ease-in .4s;-o-transition:ease-in .4s;-moz-transition:ease-in .4s;-ms-transition:ease-in .4s;transition:ease-in .4s;}
.pop_close:hover,.btn_tan_close:hover,.m-fixed .close:hover em,.pop_close2:hover{-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}
.y-cor{color: #d0a674;}
/*pop*/
.g-popBox{background:#fefefe;width:523px;padding-bottom:30px;font-size:14px;}
.g-popBox .hd{background:#ee9825;height:60px;line-height:60px;text-align: center;position: relative;}
.g-popBox .tt{color:#fff;font-size:22px;}
.pop_close{position: absolute;top:15px;right:15px;}
.pop_close,.btn_tan_close,.pop_close2{background:url(../images/i-sprites.png)  no-repeat -340px -30px;display: block;float: right;width:30px;height:31px;}
.pop_close2{background-position: -340px -124px;}
/*pop-form*/
.pop-fm{padding:20px 0 20px 40px;line-height:30px;}
.pop-fm li{clear: both;margin-bottom:20px;color:#666666;height:32px;overflow: hidden;}
.pop-fm span,.pop-fm a{display: inline-block;float: left;}
.pop-fm .tit{width:93px;text-align: right;padding-right:10px;}
.pop-fm .txt{border:1px solid #dddddd;padding:0 10px;width:234px;height:30px;line-height:30px;font-size:12px;color: #666666;}
.pop-fm .btn{color:#ee9825;text-decoration: underline;margin-left:20px;}
.g-popBox .pageBtn{text-align: center;padding:0 20px;line-height:30px;}
.g-popBox .pageBtn a{display: inline-block;width:95px;height:30px;text-align: center;border:1px solid #ee9825;margin-right:10px;color: #ee9825;}
.g-popBox .pageBtn a:hover{background: #ee9825;color:#fff;text-decoration: none;}

.u-fm{padding:10px 0;}
.u-fm label{width:100px;padding-right:15px;text-align: right;display: inline-block;vertical-align: middle;float: left;}
.u-fm .p-sel,.u-fm .p-area{width:145px;height:30px;height:auto\9;border:1px solid #dddddd;color: #666666;line-height:28px;background:#fff;float: left;}
.u-fm .p-sel option{padding:3px 0;}
.u-fm .p-area{border: 1px solid #dddddd;width:234px;height:133px;padding:5px;}
.u-fm .tips{float: left;font-size:12px;margin-left:10px;line-height:15px;color:red;}
.u-fm em{color:red;padding-right:3px;}
.u-fm .u-ipt,.u-fm .u-ipts{border:1px solid #dddddd;background:#fff;width:234px;height:30px;padding:0 5px;line-height:30px;color:#666666;float: left;}
.u-fm .u-ipts{width:107px;}
.u-fm .u-btn{background: #636363;color:#fff;padding:0 23px;margin-left:10px;}
.u-fm i{float: left;display: block;width:23px;height:30px;background:url(../images/m-sprites.png)  no-repeat;margin-left:5px;}
.u-fm i.y{background-position:-399px -152px;}.u-fm i.n{background-position:-422px -152px;}.pfm-txt{padding-top:15px;color:red;text-align: center;display: block;}

.g-popBox2{border:5px solid #ee9825;width:513px;background:#fff;text-align: center;padding:5px 0 20px;}
.g-popBox2 .tt{font-size:30px;font-weight:700;color:#ee9825;padding:10px 0 5px;}
.g-popBox2 .txt{font-size:18px;font-weight:700;line-height:25px;}
.g-popBox2 .txt2{font-size:18px;font-weight:700;line-height:25px;margin-bottom:5px;}
.g-popBox2 .btn{font-size:12px;padding:15px 0 5px;}

.pop-b,.pop4-b{text-align: center;font-size:18px;font-weight:700;padding:30px 0 40px;}
.pop4-b{font-size:30px;}
.pop4-fm{padding:30px 0 30px 100px;}
.pop4-fm .p-sel{margin-left:15px;}
.pop-tips{padding-left:115px;font-size:12px;margin-bottom:-25px;line-height:17px;color:red;}

#overlay {background: #000;filter: alpha(opacity=50);opacity: 0.5;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 10000;display: block;}

/* #overlay , #popGift, #opBox,.rh-cover {
    display: none!important;
} */

.dn {
    display: none;
}

.vip-faq-lst p {
    margin: 20px 0;
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 8px;
}

.vip-faq-lst .Q {
    padding: 10px 0 10px 15px;
    background: #f4f4f4;
}

.vip-faq-lst .A em {
    display: block;
    margin: 0!important;
    color: #76687e!important;
    float: left;
}

.vip-faq-lst .A span {
    display: block;
    overflow: hidden;
    padding-right: 10px;
    margin: 12px 0 30px;
    font-size: 14px;
    color: #323232;
    font-style: normal;
}

.vip-g-nav .nav-user .user-inner {
    z-index: 1;
}

/* 弹窗 */
.popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none; }
  
  .bgCover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.65;
    filter: alpha(opacity=65); }
  
  .content_popUp {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #f68121;
    min-width: 200px;
    margin: -100px 0 0 -100px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0 0 40px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.55); }
  
  .head_popUp {
    height: 35px;
    line-height: 35px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr= #BFf68121, endColorstr= #BFf68121);
    position: relative; }
    :root .head_popUp {
      filter: none;
      background-color: rgba(246, 129, 33, 0.9); }
    .head_popUp h3 {
      font-size: 18px;
      color: #FFF;
      padding-left: 28px; }
  
  .btn_closePop {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/sprite_icon.png) no-repeat -119px -142px;
    position: absolute;
    top: 5px;
    right: 4px;
    -webkit-transition: transform 0.4s ease-out;
    -moz-transition: transform 0.4s ease-out;
    -ms-transition: transform 0.4s ease-out;
    -o-transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out; }
  
  .btn_closePop:hover {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  
  .main_popUp {
    background: #FFF;
    min-height: 200px;
    height: auto !important;
    _height: 200px; }
  
  /* keyframes */
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(20px); }
    100% {
      opacity: 1;
      -webkit-transform: translateY(0); } }
  @-moz-keyframes fadeInUp {
    0% {
      opacity: 0;
      -moz-transform: translateY(20px); }
    100% {
      opacity: 1;
      -moz-transform: translateY(0); } }
  @-o-keyframes fadeInUp {
    0% {
      opacity: 0;
      -o-transform: translateY(20px); }
    100% {
      opacity: 1;
      -o-transform: translateY(0); } }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(20px); }
    100% {
      opacity: 1;
      transform: translateY(0); } }

      /* 颜色 */
.color_error {
    color: #ff3333 !important; }
  
  .color_h {
    color: #f68121 !important; }
  
  .color_g {
    color: #84b40a !important; }
  
  .color_grey {
    color: #8d8d8d !important; }
  
  .color_orange {
    color: #fe5c40; }
  
  .color_blue {
    color: #448bd5; }

    .popUp_growUp .content_popUp {
    width: 680px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .popUp_growUp .btn_closePop {
    top: 17px;
    right: 15px;
    background-position: -119px -167px; }
    .popUp_growUp .head_popUp {
    height: 109px;
    background: url("../images/head_growup.png") no-repeat 50% 0; }
    .popUp_growUp .head_popUp h3 {
        position: absolute;
        font-size: 24px;
        color: #934400;
        font-weight: bold;
        top: 41px;
        left: 356px; }
    .popUp_growUp .main_popUp {
    height: 330px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px; }

    .formula {
    text-align: center;
    font-size: 24px;
    color: #8d8d8d;
    line-height: 60px; }
    .formula span {
        font-size: 18px;
        margin: 0 12px; }

    .box_round {
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    width: 196px;
    height: 150px;
    padding: 12px 0 0 10px;
    float: left;
    margin-right: 8px;
    margin-bottom: 10px; }
    .box_round h4 {
        font-size: 16px;
        font-weight: normal; }
        .box_round h4 i {
        display: inline-block;
        vertical-align: middle;
        /**vertical-align: auto;*/
        zoom: 1;
        *display: inline;
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background: #ff7962;
        text-align: center;
        color: #FFF;
        font-weight: bold;
        line-height: 18px;
        font-family: serif;
        font-size: 16px;
        margin-right: 8px; }
    .box_round h4.color_red i {
        background-color: #ff7962; }
    .box_round h4.color_h i {
        background-color: #f68121; }
    .box_round h4.color_g i {
        background-color: #84b40a; }
    .box_round h4.color_blue i {
        background-color: #448bd5; }
    .box_round .fontS12, .box_round .fontS18 {
        margin-top: 10px; }
    .box_round .btn-min {
        width: 34px;
        height: 16px;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        vertical-align: middle;
        /**vertical-align: auto;*/
        zoom: 1;
        *display: inline; }

    .popUp_server .content_popUp {
    width: 680px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .popUp_server .btn_closePop {
    top: 17px;
    right: 15px;
    background-position: -119px -167px; }
    .popUp_server .head_popUp {
    height: 109px;
    background: url("../images/head_vip.png") no-repeat 50% 0; }
    .popUp_server .head_popUp h3 {
        position: absolute;
        font-size: 24px;
        color: #934400;
        font-weight: bold;
        top: 29px;
        left: 356px; }
        .popUp_server .head_popUp h3 a {
        display: block;
        font-size: 16px;
        color: #cb6500; }
    .popUp_server .main_popUp {
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 340px;
    height: auto !important;
    _height: 340px; }
    .popUp_server .btn_prve, .popUp_server .btn_next {
    display: block;
    background: url("../images/sprite_icon.png") no-repeat;
    width: 15px;
    height: 34px;
    position: absolute;
    top: 220px; }
    .popUp_server .btn_prve {
    background-position: -494px -457px;
    left: 24px; }
    .popUp_server .btn_next {
    background-position: -518px -457px;
    right: 24px; }
    .popUp_server .btn_prve:hover {
    background-position: -494px -508px; }
    .popUp_server .btn_next:hover {
    background-position: -518px -508px; }
    .fontS12 {
        font-size: 12px !important;
    }

    .vip-g-dialog .m-dialog .dialog-bd .label_form select {
      padding: 0 20px;
      border: 1px solid #ddd;
      font-size: 16px;
      line-height: 16px;
      height: 42px;
      line-height: 42px;
      color: #555;
      width: 290px;
    }

    .vip-g-dialog .m-dialog .success-bd,
    .vip-g-dialog .m-dialog .failed-bd {
      text-align: center;
    }
    .vip-g-dialog .m-dialog .success-bd .success-btn,
    .vip-g-dialog .m-dialog .failed-bd .failed-btn {
      margin: 30px 0;
    }
    .vip-g-dialog .m-dialog .success-bd .btn {
      display: inline-block;
      color: #ee9825;
      text-decoration: underline;
      margin-left: 20px;
  }