@charset "UTF-8";

/**
 * CMHK移动分销管理客户平台
 * by q&xl
 * 2016.11.25
 */

body {
    display: block !important;
    visibility: visible !important;
}

input,
select {
    font-size: 15px;
    color: #555555;
}

a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:visited {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* input[type=checkbox] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
} */

p {
    margin-bottom: 3%;
}

.form_txt12 {
    width: 18%;
}

.form_txt20 {
    width: 30%;
}

.form_txt30 {
    width: 30%;
}

.form_txt50 {
    width: 50%;
}

@media (max-width: 768px) and (max-height: 1024px) {
    .form_txt50 {
        width: 43%;
    }
}

.form_txt70 {
    width: 70%;
}

.form_select {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    overflow: hidden;
    padding-left: 10px;
    border: 1px solid #8fc320;
}

.form_select select {
    background: transparent;
    border: none;
    margin-left: -11px;
    width: 100%;
    height: 100%;
    padding: 0 0 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    outline: none;
}

.mobile-pad-displaynone {
    display: none;
}

.fixfixed {
    position: absolute !important;
}

.fixfixed #header {
    position: relative !important;
}

.fixfixed #main-menu-pad {
    position: absolute !important;
}

.fixfixed #container {
    margin-top: 0 !important;
}

.shop-addr .cmhkDropDown .selected,
.cmhkDropDown li {
    display: block;
    font-size: 1em;
    line-height: 1.3em;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.apps-download {
    height: 60px;
    padding: 10px 20px;
    background: #fcc862 url("../images/front/online-payment-banner.jpg") no-repeat top center;
    background-size: auto 100%;
}

.apps-download a.view-banner {
    float: left;
    width: 90%;
    display: block;
    text-indent: -9999px;
    height: 60px;
}

.apps-download .close {
    float: left;
    display: block;
    margin: 22px 0 0;
    width: 10%;
    height: 21px;
    background: url("../images/front/app-promotion-close-black.png") no-repeat top left;
    cursor: pointer;
}

.anewdream {
    display: none;
}

.loginpage-children-logo {
}

.loginpage-children-logo img {
    width: 350px;
    margin-left: 10px;
}

.loginpage-container {
    position: relative;
}

.loginpage-container-center {

    max-width: 977px;
    margin: auto;
    margin-top: -400px;
    position: relative;
}

.loginpage-container .login_form {
    float: right;
    width: 320px;
    background: #ffffff;
    margin-top: 41px;
    border: 1px solid #dedad9;
    padding: 0 0 20px 0;
    border-radius: 5px;
    box-shadow: 0 0 7px #dadada;
    margin-right: 20px;
}

/* 登录页  加入流程 + 合作伙伴 开始 */
.loginpage-container-center .info-content {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    margin-top: 10px;
    padding: 0 20px;
}

.loginpage-container-center .info-content .app-process {
    float: left;
    width: calc(100% - 322px);
    width: -webkit-calc(100% - 322px);
    width: -ms-calc(100% - 322px);
    width: -moz-calc(100% - 322px);
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
}

.loginpage-container-center .info-content .app-process .title {
    margin-bottom: 10px;
}

.loginpage-container-center .info-content .app-process .title h3 {
    font-size: 1.3em;
    border-left: 4px solid #8fc31f;
    padding-left: 10px;
}

.loginpage-container-center .info-content .app-process .title a {
    color: #ec0080;
}

.loginpage-container-center .info-content .app-process .title a:hover {
    text-decoration: underline;
}

.loginpage-container-center .info-content .app-process .step-box {
    margin-top: 30px;
    position: relative;
}

.loginpage-container-center .info-content .app-process .step-box .step {
    padding: 0 10px;
}

.loginpage-container-center .info-content .app-process .step-box .step.step-1 {
    position: absolute;
    left: 20px;
    top: 0;
}

.loginpage-container-center .info-content .app-process .step-box .step.step-3 {
    position: absolute;
    right: 20px;
    top: 0;
}

.loginpage-container-center .info-content .app-process .step-box .step.step-2 {
    margin: 0 auto;
    width: 86px;
}

.loginpage-container-center .info-content .app-process .step-box .step .step-icon {
    width: 80px;
    height: 80px;
    border: 2px solid #e2e2e2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fbfbfb url("../images/login-step-icon.png");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 16px;
    position: relative;
    z-index: 20;
}

.loginpage-container-center .info-content .app-process .step-box .step-2 .step-icon {
    background-position-y: -180px;
}

.loginpage-container-center .info-content .app-process .step-box .step-3 .step-icon {
    background-position-y: -379px;
}

.loginpage-container-center .info-content .app-process .step-box .step p {
    text-align: center;
    font-size: 13px;
    color: #666;
    margin-top: 10px;
    width: 84px;
}

.loginpage-container-center .info-content .app-process .step-box .line {
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 2px solid #e5e5e5;
    top: 42px;
}

.loginpage-container-center .info-content .partner {
    float: right;
    width: 320px;
    border-left: 1px solid #e4e4e4;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 34px;
}

.loginpage-container-center .info-content .partner h3 {
    text-align: center;
    border-top: 1px dashed #ddd;
}

.loginpage-container-center .info-content .partner h3 span {
    background-color: #fafafa;
    font-size: 1.4em;
    position: relative;
    top: -.6em;
    display: inline-block;
    padding: 0 10px;
}

.loginpage-container-center .info-content .partner ul {
    width: 60%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loginpage-container-center .info-content .partner ul li {
    border-bottom: 1px dashed #eeeeee;
    font-size: 1.1em;
    padding: 8px 0 8px 8px;
    background-repeat: no-repeat;
    background-position-x: 25px;
    background-position-y: 11px;
}

.loginpage-container-center .info-content .partner ul li img {
    width: 36px;
    height: 16px;
    margin-right: 8px;
}

.loginpage-container-center .info-content .partner ul li:nth-child(2) {
    background-position-y: -39px;
}

.loginpage-container-center .info-content .partner ul li:nth-child(3) {
    background-position-y: -89px;
}

.loginpage-container-center .info-content .partner ul li:nth-child(4) {
    background-position-y: -139px;
}

/* 登录页  加入流程 + 合作伙伴 结束 */

/* 登录框tab   开始 */
.loginpage-container .login_form .tab {
    display: none;
    padding-top: 20px;
}

.loginpage-container .login_form .tab.active {
    display: block;
}

.loginpage-container .login_form .tab-btn {
    float: left;
    width: 100%; /*width:50%; //暂时屏蔽一次性密码登录*/
    text-align: center;
    line-height: 50px;
    height: 50px;
    background-color: #999999;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
}

.loginpage-container .login_form .tab-btn.active {
    background-color: #8fc320;
}

.loginpage-container .login_form .one-time-password-btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #999; /* 一些不支持背景渐变的浏览器 */
    background: -moz-linear-gradient(top, #b7b7b7, #696969);
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b7b7b7), to(#696969));
    background: -o-linear-gradient(top, #b7b7b7, #696969);
}

.loginpage-container .login_form .margin-top {
    margin-top: 30px;
}

/* 登录框tab   结束 */

.loginpage-container .login_form h2 {
    width: 82%;
    font-family: "Microsoft YaHei";
    color: #a3a3a3;
    font-size: 20px;
    font-weight: normal;
    margin: 0 auto 28px auto;
}

.loginpage-container .login_form h2 span {
    color: #a3a3a3;
    font-size: 24px;
}

.loginpage-container .login_form h2 strong {
    color: #8fc31f;
    font-size: 20px;
    font-weight: normal;
}

.loginpage-container .login_form .login_input {
    width: 82%;
    height: 48px;
    border: 1px solid #90c31f;
    margin: 0 auto 10px auto;
}

.loginpage-container .login_form .login_input img {
    display: inline-block;
    vertical-align: middle;
    height: 50%;
    margin: 12px 0 0 18px;
}

.loginpage-container .login_form .login_input input {
    display: inline-block;
    vertical-align: middle;
    border: none;
    width: 65%;
    height: 50%;
    margin: 12px 0 0 12px;
    outline: none;
    font-size: 16px;
}

.loginpage-container .login_form .login_check {
    width: 82%;
    height: 48px;
    margin: 0 auto 10px auto;
}

.loginpage-container .login_form .login_check img {
    display: inline-block;
    vertical-align: middle;
    height: 48px;
    margin: 0;
    width: 35%;
}

.loginpage-container .login_form .login_check input {
    display: inline-block;
    vertical-align: middle;
    width: 55%;
    height: 46px;
    border: 1px solid #90c31f;
    padding-left: 10px;
    outline: none;
    font-size: 18px;
}

.loginpage-container .login_form .login_control {
    width: 82%;
    margin: 0 auto 20px auto;
    color: #878181;
}

.loginpage-container .login_form .login_control label {
    display: block;
    width: 50%;
    cursor: pointer;
}

.loginpage-container .login_form .login_control label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.loginpage-container .login_form .login_control label span {
    display: inline-block;
    vertical-align: middle;
}

.loginpage-container .login_form .login_control input {
    visibility: hidden;
}

.loginpage-container .login_form button {
    display: block;
    width: 82%;
    height: 45px;
    margin: 0 auto 10px auto;
    background-color: #8fc320;
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    border-radius: 5px;
    cursor: pointer;
}

.loginpage-container .login_form .login_other {
    width: 82%;
    margin: 0 auto 10px auto;
}

.loginpage-container .login_form .login_other a {
    color: #a3a3a3;
    font-family: "Microsoft YaHei";
}

.loginpage-container .login_form .login_other a .forgetpassword-icon {
    width: 12px;
    height: 16px;
    background-image: url('../images/forget-password-icon.png');
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.loginpage-container .login_form .login_other a .guide-icon {
    width: 12px;
    height: 16px;
    background-image: url('../images/prepaid-registration-icon.png');
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.loginpage-container .login_form .login_other a:hover .forgetpassword-icon,
.loginpage-container .login_form .login_other a:hover .guide-icon {
    background-position: 0 16px;
}

.loginpage-banner .loginpage-banner-image {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat;
    background-position: center center;
}

.xui-slider {
    overflow: hidden;
    position: relative;
}

.xui-slider .xui-slider-group {
    position: relative;
    left: 0;
    top: 0;
    list-style: none;
    width: 1200%;
}

.xui-slider .xui-slider-group .xui-slider-item {
    float: left;
    display: block;
}

.xui-slider .xui-slider-btn-group {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.xui-slider .xui-slider-btn-group .xui-slider-btn {
    display: block;
    padding: 0.5rem;
    margin-left: 0.5rem;
    background-color: #545454;
    float: left;
    border-radius: 100rem;
    cursor: pointer;
}

.xui-slider .xui-slider-btn-group .xui-slider-btn.xui-active {
    background-color: #f5a22b;
}

.xui-slider img {
    width: 100%;
    display: block;
}

/*#login {
  background: url("../images/front/login/pad_bg.png") 50% 0 no-repeat;
  padding: 5% 0;
}
#login .header {
  width: 100%;
  margin: 0 0 7% 0;
}
#login .header .logo {
  width: 60%;
  margin: 0 auto;
}
#login .header .logo img {
  width: 100%;
}
#login .main {
  position: relative;
  width: 100%;
}
#login .main > img {
  display: none;
}
#login .main .login_bg {
  width: 80%;
  margin: 0 auto;
}
#login .main .login_bg .login_bgpic {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
}
#login .main .login_bg form {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin: 23px 0 0 129px;
}
@media (max-width: 768px) and (max-height: 1024px) {
  #login .main .login_bg form {
    width: auto;
  }
}

#login .main .login_bg .login_form h2 {
  display: none;
}
#login .main .login_bg .login_form .login_input {
  width: 100%;
  height: 41px;
  border: 1px solid #90c31f;
  background: #ffffff;
  margin: 0 auto 22px auto;
}
#login .main .login_bg .login_form .login_input img {
  display: inline-block;
  vertical-align: middle;
  height: 50%;
  margin: 9px 0 0 18px;
}
#login .main .login_bg .login_form .login_input input {
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 77%;
  height: 50%;
  line-height: 24px;
  margin: 9px 0 0 12px;
  outline: none;
  font-size: 18px;
}
#login .main .login_bg .login_form .login_check {
  width: 100%;
  height: 41px;
  margin: 0 auto 22px auto;
}
#login .main .login_bg .login_form .login_check img {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  height: 41px;
  margin: 0;
}
#login .main .login_bg .login_form .login_check input {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  height: 41px;
  border: 1px solid #90c31f;
  padding-left: 24px;
  outline: none;
  font-size: 18px;
}
#login .main .login_bg .login_form .login_control {
  width: 100%;
  margin: 0 auto 22px auto;
  color: #878181;
}
#login .main .login_bg .login_form .login_control label {
  display: block;
  width: 50%;
  cursor: pointer;
}
#login .main .login_bg .login_form .login_control label img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#login .main .login_bg .login_form .login_control label span {
  display: inline-block;
  vertical-align: middle;
}
#login .main .login_bg .login_form .login_control input {
  visibility: hidden;
}
#login .main .login_bg .login_form button {
  display: block;
  width: 100%;
  height: 41px;
  margin: 0 auto 22px auto;
  background: #51acd9;
  border: none;
  color: #ffffff;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  border-radius: 5px;
  cursor: pointer;
}
#login .main .login_bg .login_form .login_other {
  position: absolute;
  z-index: 2;
  bottom: 110px;
  right: 135px;
}
#login .main .login_bg .login_form .login_other a {
  color: #a3a3a3;
  font-family: "Microsoft YaHei";
}
@media (max-width: 768px) {
  #login .header {
    width: 100%;
    padding: 5% 0 0 0;
    margin: 0 0 7% 0;
  }
  #login .header .logo {
    width: 80%;
    margin: 0 auto;
  }
  #login .header .logo img {
    width: 100%;
  }
  #login .main {
    position: relative;
    width: 100%;
  }
  #login .main > img {
    display: none;
  }
  #login .main .login_bg {
    width: 80%;
    margin: 0 auto;
  }
  #login .main .login_bg .login_bgpic {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  #login .main .login_bg .login_form {
    display: block;
    width: 80%;
    margin: 45px auto 0 auto;
  }
  #login .main .login_bg .login_form button {
    height: 50px;
  }
  #login .main .login_bg .login_form .login_other {
    bottom: 95px;
    right: 210px;
  }
}
#login .footer {
  display: none;
}*/
#mobile-menu-shortcut {
    display: none;
    text-indent: -9999px;
}

#header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
}

#header .desktop-menu {
    display: none;
    text-indent: -9999px;
}

#header .header-container {
    width: 100%;
    position: relative;
    height: 53px;
    background-color: #8fc31f;
    font-size: 1.154em;
    z-index: 12;
}

#header .header-container .company-logo {
    float: left;
    width: 133px;
    height: 30px;
    margin: 10px;
    text-indent: -9999px;
    background: url("../images/front/cmhk-logo2.png") no-repeat;
    background-size: 133px 30px;
}

#header .header-container ul.tool-kits {
    position: absolute;
    top: 0px;
    right: 5px;
}

#header .header-container ul.tool-kits li {
    float: left;
    cursor: pointer;
    width: 40px;
    text-indent: -9999px;
}

#header .header-container ul.tool-kits li.first-level-menu {
    padding: 0 25px;
}

#header .header-container ul.tool-kits li.first-level-menu:hover {
    background: #b70663;
}

#header .header-container ul.tool-kits li.first-level-menu.active {
    background: #9e0663 url("../images/front/top-menu-arrow.png") no-repeat center bottom;
}

#header .header-container ul.tool-kits li.login-shortcut {
    margin-top: 5px;
    height: 48px;
    background: url("../images/front/login-icon.png") no-repeat center 3px;
}

#header .header-container ul.tool-kits li.login-shortcut.active {
    background-position: 50% -39px;
    background-color: #fff;
}

#header .header-container ul.tool-kits li.search-function {
    margin-top: 7px;
    height: 46px;
    background: url("../images/front/search-icon.png") no-repeat center 1px;
}

#header .header-container ul.tool-kits li.search-function:hover {
    background-position: 10px -39px;
    background-color: #fff;
    color: #8daf00;
}

#header .header-container ul.tool-kits li.search-function.active {
    background-position: 50% -41px;
    background-color: #fff;
}

#header .header-container ul.tool-kits li.language {
    margin-top: 7px;
    height: 46px;
    background: url("../images/front/lang-icon.png") no-repeat center top;
}

#header .header-container ul.tool-kits li.language.active {
    background-position: 50% -42px;
    background-color: #fff;
}

#header .header-container ul.tool-kits li.btn {
    height: 43px;
    margin-top: 10px;
    background: url("../images/front/main-menu-btn.png") no-repeat center -2px;
}

#header .header-container ul.tool-kits li.btn.active {
    background-position: 50% -44px;
    background-color: #fff;
}

#header .header-container .login-container {
    display: none;
    width: 94%;
    position: fixed;
    top: 53px;
    left: 0;
    z-index: 999;
    background: #f9f9f9;
    border-bottom: 1px solid #ddd;
    overflow-y: scroll;
    height: 100%;
    padding: 0 3%;
}

#header .header-container .login-container .shortcut-area {
    margin: 3% 0 100px;
}

#header .header-container .login-container .shortcut-area .title {
    color: #e40077;
    font-size: 1.538em;
    padding: 3% 0 3% 3%;
    margin-bottom: 3%;
    border-bottom: 1px solid #DEDEDE;
}

#header .header-container .login-container .shortcut-area > ul > li {
    width: 94%;
    padding: 0 0 3% 3%;
}

#header .header-container .login-container .shortcut-area > ul > li > a {
    color: #8daf00;
}

#header .header-container .login-container .shortcut-area > ul > li > a:hover {
    color: #8daf00;
}

#header .header-container .login-container .shortcut-area ul li ul {
    margin-top: 20px;
}

#header .header-container .login-container .shortcut-area ul li ul li {
    background: url("http://img/pad/menu-bullet.png") no-repeat left 5px;
    padding: 0 0 3% 20px;
}

#header .header-container .login-container .shortcut-area ul li ul li a {
    color: #555555;
    line-height: 1.2em;
}

#header .header-container .login-container .shortcut-area .account {
    float: left;
    width: 55%;
    border-right: 1px solid #dddddd;
}

#header .header-container .login-container .shortcut-area .account > ul > li {
    width: 94%;
    padding: 0 0 3% 3%;
}

#header .header-container .login-container .shortcut-area .account > ul > li a {
    color: #8daf00;
}

#header .header-container .login-container .shortcut-area.login .time {
    padding-left: 3%;
}

#header .header-container .login-container .shortcut-area.login .btn-logout {
    margin-top: 5%;
    padding-left: 3%;
}

#header .header-container .login-container .shortcut-area.login .btn-logout .button_style {
    background-color: #e40077;
    font-size: 1.333em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    padding: 8px 25px 10px;
    border: none;
    cursor: pointer;
}

#header .header-container .login-container .shortcut-area.logout .title {
    border-bottom: none;
}

#header .header-container .login-container .shortcut-area.logout p {
    color: #555555;
    padding-left: 3%;
}

#header .header-container .login-container .loading {
    background: url("http://img/loading2.gif") no-repeat center;
    width: 100%;
    height: 50%;
}

#header .header-container .search-container {
    display: none;
    width: 94%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 3%;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

#header .header-container .search-container .searchbox {
    float: left;
    margin-left: 2%;
    width: 66%;
}

#header .header-container .search-container .box_style {
    font-size: 1em;
    width: 96%;
    height: 33px;
    line-height: 33px;
    border: 2px solid #8CC63E;
    color: #555555;
    border-radius: 3px;
    padding: 0 2%;
}

#header .header-container .search-container .searchbutton {
    float: left;
    margin-left: 3%;
    width: 17%;
}

#header .header-container .search-container .button_style {
    background-color: #e40077;
    font-size: 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #ffffff;
    padding: 0 18px;
    height: 37px;
    border: none;
    -webkit-appearance: none;
}

#header .header-container .language-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    background-color: #fff;
    text-align: center;
    padding: 1.5% 1%;
    border: 1px solid #ddd;
    border-top: none;
}

#header .header-container .language-container a {
    height: 60px;
    width: 60px;
    line-height: 64px;
    background-color: #aaa;
    font-size: 1.5em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 5px;
    float: left;
}

#header .header-container .partner-container {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 999;
    background-color: #fff;
    text-align: center;
    padding: 1.5% 1%;
    border: 1px solid #ddd;
    border-top: none;
    width: 214px;
    height: 86px;
}

#header .header-container .partner-container a {
    height: 46px;
    width: 134px;
    line-height: 50px;
    background-color: #aaa;
    font-size: 1em;
    color: #fff;
    display: block;
    text-align: center;
    margin: 0 5px;
    float: left;
}

#header .header-container .language-container a:first-child {
    border-top: none;
}

#header .header-container .language-container a.active {
    background-color: #e40077;
}

.overlay-scroll {
    position: fixed;
    top: 53px;
    right: 0px;
    background-color: #f9f9f9;
    height: 100%;
    width: 20px;
    z-index: 1000;
}

.transparent_bg_pad {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9997;
    background-color: #000000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

#main-menu-pad {
    display: none;
    width: 95%;
    height: 97%;
    position: fixed;
    z-index: 9998;
    top: 53px;
    right: -600px;
    /*margin-top:55px;*/
    margin-right: -10%;
}

#main-menu-pad .pad-menu {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    overflow-y: scroll;
}

#main-menu-pad .pad-menu ul {
    width: 100%;
    list-style: none;
    margin: 0 0 55px 0;
}

#main-menu-pad .pad-menu ul li {
    position: relative;
}

#main-menu-pad .pad-menu ul li.active > a {
    color: #79C628;
    border-bottom: none;
}

#main-menu-pad .pad-menu ul li.has-sub > ul {

    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #f3f3f3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#main-menu-pad .pad-menu ul li.has-sub > ul > li > ul {
    display: none;
    width: 100%;
    padding: 0 0 4% 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    background-color: #ececec;
}

#main-menu-pad .pad-menu ul li.has-sub > ul > li > ul > li > ul {
    display: none;
    width: 80%;
    padding: 0 0 3% 0;
    margin: 3% 0 0 5%;
    border-bottom: 1px solid #ddd;
}

#main-menu-pad .pad-menu ul li.has-sub > ul > li > ul > li > ul a {
    border: none;
    padding: 3% 12% 0 17%;
    font-size: 1.3em;
}

#main-menu-pad .pad-menu ul li.has-sub > ul > li > ul a {
    border: none;
    padding: 3% 12% 0 14%;
    font-size: 1.3em;
}

#main-menu-pad .pad-menu ul li.has-sub > ul a {
    border-bottom: 1px solid #ddd;
    padding: 3% 12% 3% 9%;
    font-size: 1em;
}

#main-menu-pad .pad-menu ul li a {
    padding: 2.5% 12% 2% 5%;
    display: block;
    border-bottom: 1px solid #C1C1C1;
    text-align: left;
    color: #606060;
    font-size: 1.5em;
    line-height: 1.5em;
}

#main-menu-pad .pad-menu .loading {
    display: none;
    background: url(http://img/mobile/loading.gif) no-repeat;
    width: 100px;
    height: 28px;
    margin: 20px auto 0;
}

#main-menu-desktop {
}

#main-menu-desktop .menu-container {
    /* position: relative; */
    width: 100%;
    margin: 0 auto;
    font-size: 1.10em;
    text-align: right;
    padding-top: 10px;
}

#main-menu-desktop .menu-container .company-logo,
#main-menu-desktop .menu-container .children-logo {
    display: none;
}

#main-menu-desktop .cart-btn {
    /* position: absolute; */
    right: 0;
    top: 20px;
    background: url("../images/circle-cart-icon.png") no-repeat 10px 14px #e40077;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 3px 3px #a9a9a9;
    z-index: 2;
    margin-bottom: 10px;
    margin-right: 10px;
}

.cart-mini-info {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 94%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
    padding: 20px;
    z-index: 800;
    display: none;
    margin-bottom: 20px;
}

.cart-mini-info.sticky-cart-mini-info {
    top: 80px;
    right: 0;
    z-index: 10000 !important;
}

.cart-mini-info.sticky-cart-mini-info .cart-mini-info-arrow {
    right: 5px
}

.cart-mini-info .cart-mini-info-arrow {
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: 105px;
    width: 32px;
    height: 10px;
}

.cart-mini-info .cart-mini-info-arrow:after {
    right: 10%;
    background-color: #fff;
    border: 1px solid #ddd;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.cart-mini-info ul {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 10px;
}

.cart-mini-info li {
    float: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.cart-mini-info li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cart-mini-info li .cart-mini-info-photo {
    float: left;
    padding-right: 20px;
    width: 50px
}

.cart-mini-info li .cart-mini-info-photo img {
    width: 50px
}

.cart-mini-info li .cart-mini-info-text {
    float: left;
    width: 70%;
    word-wrap: break-word;
    text-align: left;
}

.cart-mini-info .btn-area {
    padding-top: 20px
}

.cart-mini-info .btn-area .green-btn {
    width: 100%;
    box-sizing: border-box
}

.cart-mini-info .cart-mini-info-close {
    display: none
}

#main-menu-desktop .blue-btn {
    text-align: center;
    border: none;
    background-color: #519BC0;
    background-image: -webkit-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -moz-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -ms-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -o-linear-gradient(top, #51B1E1, #519BC0);
    background-image: linear-gradient(to bottom, #51B1E1, #519BC0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 0 25px;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

#main-menu-desktop .green-btn {
    border: none;
    background: #8fc31f;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 0 25px;
    text-decoration: none;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    display: inline-block;
}

#main-menu-desktop .green-btn:hover {
    background-color: #e40077;
    color: #fff;
}

#mobile-menu-shortcut {
    position: relative;
}

#mobile-menu-shortcut ul {
    font-size: 1em;
}

#mobile-menu-shortcut ul li.active > a {
    color: #8daf00;
}

#mobile-menu-shortcut ul li.active span {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 7px;
    background: url("../images/front/short-cut-arrow.png") no-repeat center top;
    text-indent: -9999px;
    z-index: 889;
}

#mobile-menu-shortcut ul li a {
    display: block;
    color: #555555;
    padding: 17% 6% 7%;
    border-left: 1px solid #ddd;
    height: 1.8em;
    position: relative;
    font-size: 1.07em;
    line-height: 1.2em;
    border-bottom: 1px solid #f3f3f3;
}

#mobile-menu-shortcut ul li ul {
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 888;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    width: 100%;
    display: none;
}

#mobile-menu-shortcut ul li ul li {
    border-bottom: 1px solid #ddd;
}

#mobile-menu-shortcut ul li ul li a {
    padding: 5% 0 4%;
    border-left: none;
    height: auto;
    font-size: 1.15em;
}

#mobile-menu-shortcut > ul > li {
    float: left;
    width: 25%;
    text-align: center;
}

#main {
    display: block;
    margin: 0 auto;
}

#main .cart_area {
    width: 94%;
    margin: 0 auto;
    /*padding: 20px 0 0 0;*/
}

#main .cart_area .cart_title {
    height: 22px;
    border-bottom: 1px solid #bbb;
    margin-top: 23px;
}

#main .cart_area .cart_title h2 {
    height: 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #8fc320;
    text-align: left;
    font-weight: normal;
}

#main .cart_area .cart_content {
    width: 94%;
    margin: 0 auto;
}

#main .cart_area .cart_content .cart_control {
    width: 94%;
    margin: 24px auto;
}

#main .cart_area .cart_content .cart_control .form_item_third {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    text-align: left;
    margin: 0 0 10px 0;
}

#main .cart_area .cart_content .cart_control .form_item_third input {
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
}

#main .cart_area .cart_content .cart_control .form_item_third span {
    /*  display: inline-block; */
}

#main .cart_area .cart_content .cart_control .form_item_third > strong {
    color: #e40077;
}

#main .cart_area .cart_content .cart_list {
    margin: 20px 0 0 0;
    width: 100%;
}

#main .cart_area .cart_content .cart_list thead tr th {
    height: 34px;
    background: #ffffff;
    color: #555555;
    text-align: center;
    font-size: 14px;
    border-bottom: 1px solid #0083d4;
}

#main .cart_area .cart_content .cart_list tbody tr td {
    height: 60px;
    vertical-align: middle;
    font-size: 14px;
    background: #f9faff;
    border-bottom: 1px solid #ffffff;
    color: #161616;
    text-align: center;
}

#main .cart_area .cart_content .cart_list tbody tr td input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    height: 14px;
    border: 1px solid #a0b1c1;
    padding: 6px 0 6px 0;
    text-align: center;
    outline: none;
    margin: 0 15px 0 15px;
}

#main .cart_area .cart_content .cart_list tbody tr td input[type="text"]:focus {
    border: 1px solid #8fc320;
}

#main .cart_area .cart_content .cart_list tbody tr td a {
    text-decoration: none;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border: 1px solid #979797;
    border-radius: 3px;
    background-image: linear-gradient(#fefefe, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fefefe, endcolorstr=#e3e3e3, gradientType=0);
    padding: 0 8px;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-right: 6px;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart img {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart span {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart:hover {
    background-image: linear-gradient(#f8fcff, #dce5f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f8fcff, endcolorstr=#dce5f6, gradientType=0);
    border: 1px solid #95bae7;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart[disabled="disabled"] {
    color: #ccc;
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart[disabled="disabled"]:hover {
    border: 1px solid #979797;
    background-image: linear-gradient(#fefefe, #e3e3e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fefefe, endcolorstr=#e3e3e3, gradientType=0);
}

#main .cart_area .cart_content .cart_list tbody tr td a.add_cart span,
#main .cart_area .cart_content .cart_list tbody tr td a.add_cart img {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_list tbody tr td.product_name {
    color: #0085d0;
}

#main .cart_area .cart_content .cart_list tbody tr td.product_price {
    color: #e40077;
}

#main .cart_area .cart_content .cart_list tbody tr td .plus,
#main .cart_area .cart_content .cart_list tbody tr td .minus {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: none;
    background: none;
    outline: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

#main .cart_area .cart_content .cart_list tbody tr td .plus {
    background-image: url("../images/plus.png");
}

#main .cart_area .cart_content .cart_list tbody tr td .minus {
    background-image: url("../images/minus.png");
}

#main .cart_area .cart_content .cart_send {
    margin: 28px 0 0 0;
}

#main .cart_area .cart_content .cart_send .pay_type {
    position: relative;
    /* height: 100px; */
    padding: 0 0 0 0;
    border-bottom: 1px dashed #d4d4d4;
}

#main .cart_area .cart_content .cart_send .pay_type > span {
    display: inline-block;
    vertical-align: middle;
    /* width: 12%; */
}

#main .cart_area .cart_content .cart_send .pay_type > a.selected > span {
    color: #e40077;
}

#main .cart_area .cart_content .cart_send .pay_type > a.selected > span::before {
    background: #e40077;
    border: 1px solid #e40077;
}

#main .cart_area .cart_content .cart_send .pay_type > a:nth-child(2).selected, #main .cart_area .cart_content .cart_send .pay_type > a:nth-child(3).selected {
    z-index: 5;
    border-bottom: none;
}

#main .cart_area .cart_content .cart_send .pay_type > a:nth-child(2).selected > span, #main .cart_area .cart_content .cart_send .pay_type > a:nth-child(3).selected > span {
    border-bottom: none;
}

#main .cart_area .cart_content .cart_send .pay_type > a {
    display: block;
    vertical-align: top;
    position: relative;
    margin: 0 10px 0 0;
}

#main .cart_area .cart_content .cart_send .pay_type > a > span::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #5c5c5c;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
}
.yz {
    padding-left: 18px;
}
#img_code2 {
    margin-right: 2px;
}
.login_control .check2 {
    margin-left:18px;
}
#main .cart_area .cart_content .cart_send .pay_type .pay_select {
    color: #e40077;
    margin: -2px 0 0 0;
}

@media (max-width: 768px) and (max-height: 1024px) {
    #main .cart_area .cart_content .cart_send .pay_type .pay_select {
        left: 86px;
    }
}

#main .cart_area .cart_content .cart_send .pay_type .pay_select label,
#main .cart_area .cart_content .cart_send .pay_type .pay_select input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_send .pay_type .pay_select label {
    /*width: 110px;*/
    /*background: #ffffff;*/
    /*color: #5d5d5d;*/
    /*border-bottom: 1px solid #cbcbcb;*/
    /*padding: 15px 0 15px 0;*/
    /*margin: 0 0 0 0;*/
    /*cursor: pointer;*/
    text-align: center;
    background: #fcfcfc;
    color: #5d5d5d;
    border: 1px solid #cbcbcb;
    padding: 10px 13px 10px 13px;
    margin: 12px 49px 12px 17px;
    cursor: pointer;
}

#main .cart_area .cart_content .cart_send .pay_type .pay_select label span,
#main .cart_area .cart_content .cart_send .pay_type .pay_select label img {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_send .pay_type .pay_select label img {
    width: 23px;
}

#main .cart_area .cart_content .cart_send .pay_type .pay_select label:last-child {
    /*border-bottom: none;*/
}

#main .cart_area .cart_content .cart_send .send_type {
    margin: 30px 0 0 0;
}

#main .cart_area .cart_content .cart_send .send_type span,
#main .cart_area .cart_content .cart_send .send_type a {
    display: inline-block;
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_send .send_type a {
    text-decoration: none;
    width: 139px;
    height: 36px;
    line-height: 36px;
    color: #5c5c5c;
    background: #fcfcfc;
    border: 1px solid #999;
    text-align: center;
    margin: 0 30px 0 0;
}

#main .cart_area .cart_content .cart_send .send_type a.select_send {
    background: url("../images/green_pad.png") no-repeat;
    color: #151515;
    border: none;
}

#main .cart_area .cart_content .cart_send .send_form {
    width: 435px;
    background: #fcfff6;
    border: 1px solid #a3ce49;
    margin: 9px 0 0 68px;
    padding: 16px 0 16px 50px;
    font-size: 12px;
}

#main .cart_area .cart_content .cart_send .send_form input {
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
    border: 1px solid #8fc31f;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_half {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 8px 0;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_half span {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    text-align: right;
    color: #555555;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_half span strong {
    color: #fa3f37;
    margin-right: 3px;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_half span:last-child {
    text-align: left;
    color: #8a8a8a;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_full {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 8px 0;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_full span {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    color: #555555;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_full span strong {
    color: #fa3f37;
    margin-right: 3px;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_full span:last-child {
    text-align: left;
    color: #8a8a8a;
}

#main .cart_area .cart_content .cart_send .send_form .form_item_full .form_select {
    border: 1px solid #8fc31f;
}

#main .cart_area .cart_content .cart_send .send_tips {
    padding: 7px 0 7px 0;
    margin: 21px 0 0 68px;
}

#main .cart_area .cart_content .cart_send .send_tips span,
#main .cart_area .cart_content .cart_send .send_tips img {
    /*   display: inline-block; */
    vertical-align: middle;
}

#main .cart_area .cart_content .cart_send .send_tips img {
    width: 16px;
    margin-right: 1px;
}

#main .cart_area .cart_content .cart_send .customer_info {
    display: none;
}

#main .cart_area .cart_content .cart_pay {
    background: #ffffff;
    margin: 0 0 25px 0;
    padding: 23px 0 0 0;
}

#main .cart_area .cart_content .cart_pay .pay_tips {
    width: 357px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #fddbcf;
    background: #fff7f0;
    color: #e50075;
    font-size: 12px;
    margin: 0 0 28px 0;
    padding: 0 0 0 8px;
}

#main .cart_area .cart_content .cart_pay .pay_select {
    margin: 0 0 21px 0;
}

#main .cart_area .cart_content .cart_pay .pay_select label,
#main .cart_area .cart_content .cart_pay .pay_select div,
#main .cart_area .cart_content .cart_pay .pay_select span,
#main .cart_area .cart_content .cart_pay .pay_select input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 768px) and (max-height: 1024px) {
    #main .cart_area .cart_content .cart_pay .pay_select div,
    #main .cart_area .cart_content .cart_pay .pay_select span {
        display: inline-block;
        vertical-align: top;
    }
}

#main .cart_area .cart_content .cart_pay .pay_select div {
    width: 85%;
}

#main .cart_area .cart_content .cart_pay .pay_select span {
    margin: 0 0px 0 0;
}

#main .cart_area .cart_content .cart_pay .pay_select label {
    width: 104px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

#main .cart_area .cart_content .cart_pay .pay_select input[type="radio"], #main .cart_area .cart_content .cart_pay .sub_box input[type="radio"] {
    width: 0;
    height: 0;
    visibility: hidden;
}

#main .cart_area .cart_content .cart_pay .sub_box {
    font-size: 12px;
    border: 1px solid #999;
    background: #fff;
    width: 80%;
    height: 100px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;
    margin: 0 0 15px 68px;
}

#main .cart_area .cart_content .cart_pay .sub_box label {
    color: #666;
    margin: 0 15px;
    cursor: pointer;
}

/* #main .cart_area .cart_content .cart_pay .sub_box label a:hover {
  color: #e40077;
}
#main .cart_area .cart_content .cart_pay .sub_box label a:active  {
  color: #e40077;
} */
.selected_colour {
    color: #e40077;
}

#main .cart_area .cart_content .cart_pay .pay_select.pink span {
    color: #e50075;
}

#main .cart_area .cart_content .cart_pay .pay_select.pink .select_pay {
    background: url("../images/red.png") no-repeat;
}

#main .cart_area .cart_content .cart_pay .pay_select.green .select_pay {
    background: url("../images/green.png") no-repeat;
}

#main .cart_area .cart_content .cart_pay .pay_select.blue .select_pay {
    background: url("../images/blue.png") no-repeat;
}

#main .cart_area .cart_content .cart_pay .pay_select #show_more {
    float: right;
    width: 78px;
    height: 36px;
    margin: -23px 0 0 0;
}

#main .cart_area .cart_content .order_info table {
    width: 100%;
    border: 1px solid #ddd;
    background: #ddd;
}

#main .cart_area .cart_content .order_info table thead tr th {
    height: 36px;
    background: #8fc320;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

#main .cart_area .cart_content .order_info table thead tr th .orderby a.order {
    color: #CCC;
}

#main .cart_area .cart_content .order_info table thead tr th .orderby.asc a.order.asc {
    color: #1ca61c;
}

#main .cart_area .cart_content .order_info table thead tr th .orderby.desc a.order.desc {
    color: #1ca61c;
}

#main .cart_area .cart_content .order_info table thead tr th .orderby a.order:hover {
    color: #FFF !important;
    background: #1ca61c;
}

#main .cart_area .cart_content .order_info table thead tr th:last-child {
    border-right: none;
}

#main .cart_area .cart_content .order_info table tbody tr td {
    height: 40px;
    font-size: 12px;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#main .cart_area .cart_content .order_info table tbody tr td .form_btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

#main .cart_area .cart_content .order_info table tbody tr:last-child {
    border-right: none;
}

#main .cart_area .cart_content .order_info table tbody tr:hover {
    cursor: pointer;
}

#main .cart_area .cart_content .order_info table tbody tr:hover td {
    background: #ebf3fe;
}

#main .cart_area .cart_content .order_info table tbody tr:last-child td {
    border-bottom: none;
}

#main .cart_area .cart_bottom {
    width: 100%;
    height: 77px;
    margin: 25px 0 0 0;
    padding: 11px 0 0 0;
    border-top: 1px solid #bbb;
    text-align: right;
    color: #555555;
    font-size: 14px;
    background: #fff;
}

#main .cart_area .cart_bottom div {
    float: left;
    margin: 14px 0 0 0;
}

#main .cart_area .cart_bottom div strong {
    color: #0083d4;
}

#main .cart_area .cart_bottom span,
#main .cart_area .cart_bottom button,
#main .cart_area .cart_bottom a {
    display: inline-block;
    vertical-align: baseline;
    line-height: 40px;
}

#main .cart_area .cart_bottom span {
    padding: 0 0 0 7px;
}

#main .cart_area .cart_bottom button,
#main .cart_area .cart_bottom a {
    margin: 0 0 0 15px;
    padding: 0 5px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#main .cart_area .cart_bottom button.second_btn,
#main .cart_area .cart_bottom a.second_btn {
    background: #aeaeae;
    background-image: linear-gradient(#c8c8c8, #9e9e9e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8c8c8, endcolorstr=#9e9e9e, gradientType=0);
}

#main .cart_area .cart_bottom button.main_btn,
#main .cart_area .cart_bottom a.main_btn {
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
}

#main .cart_area .cart_bottom a {
    text-decoration: none;
}

#main .cart_area .cart_bottom .total_price {
    color: #e40077;
    font-size: 24px;
}

#main .cart_area .cart_bottom .total_price small {
    font-size: 14px;
    font-weight: bold;
}

#main .cart_area .my_info_block {
    width: 100%;
    margin: 20px auto 0 auto;
}

#main .cart_area .my_info_block a {
    text-decoration: none;
    float: right;
    display: block;
    margin: 15px 0 0 15px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 0 10px;
}

#main .cart_area .my_info_block a.main_btn {
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
}

#main .cart_area .my_info_block .info_title {
    clear: both;
    color: #008fd5;
    font-size: 16px;
    margin-bottom: 16px;
}

#main .cart_area .my_info_block .info_list {
    margin-bottom: 20px;
}

#main .cart_area .my_info_block .info_list table {
    border: 1px solid #ddd;
    font-size: 14px;
}

#main .cart_area .my_info_block .info_list table tbody tr th {
    width: 105px;
    height: 40px;
    padding-right: 15px;
    text-align: right;
    background-color: #8fc320;
    border-bottom: 1px solid #ffffff;
    font-weight: normal;
    vertical-align: middle;
    color: #fff;
}

#main .cart_area .my_info_block .info_list table tbody tr td {
    height: 40px;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    vertical-align: middle;
}

#main .cart_area .my_info_block .info_list table tbody tr:last-child th,
#main .cart_area .my_info_block .info_list table tbody tr:last-child td {
    border-bottom: none;
}

#main .my_order {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#main .my_order .order_title {
    display: none;
}

#main .my_order .order_title h2 {
    width: 79px;
    height: 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #8fc320;
    text-align: center;
    font-weight: normal;
}

#main .my_order .search_bar {
    /*width: 94%;
  margin: 25px auto 0 auto;*/
    padding: 10px;
    border: 1px solid #dfe2e7;
    margin-bottom: 20px;
    display: table;
}

#main .my_order .search_bar .search_bar-left {
    display: table-cell;
}

#main .my_order .search_bar .search_bar-right {
    display: table-cell;
    width: 100px;
}

#main .my_order .search_bar .form_item_quar {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 10px 0;
}

#main .my_order .search_bar .for_mobile {
    display: none;
}

#main .my_order .search_bar .form_item_quar.for_desktop {
    display: none;
}

#main .my_order .search_bar .form_item_quar > span {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
}

#main .my_order .search_bar .form_item_quar input {
    width: 55%;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
    border: 1px solid #8fc320;
}

#main .my_order .search_bar button,
#main .my_order .search_bar input[type="button"],
#main .my_order .search_bar a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 0 0 15px;
    padding: 3px 0 3px 0;
    width: 102px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#main .my_order .search_bar button.main_btn,
#main .my_order .search_bar input[type="button"].main_btn,
#main .my_order .search_bar a.main_btn {
    color: #ffffff;
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
    margin-bottom: 10px;
}

#main .my_order .order_list {
    /*width: 94%;
  margin: 20px auto 0 auto;*/
}

#main .my_order .order_list table {
    width: 100%;
    border: 1px solid #ddd;
    background: #ddd;
    margin: 0 0 26px 0;
}

#main .my_order .order_list table thead tr th {
    height: 36px;
    background: #8fc320;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

#main .my_order .order_list table thead tr th .orderby a.order {
    color: #CCC;
}

#main .my_order .order_list table thead tr th .orderby.asc a.order.asc {
    color: #1ca61c;
}

#main .my_order .order_list table thead tr th .orderby.desc a.order.desc {
    color: #1ca61c;
}

#main .my_order .order_list table thead tr th .orderby a.order:hover {
    color: #FFF !important;
    background: #1ca61c;
}

#main .my_order .order_list table thead tr th:last-child {
    border-right: none;
}

#main .my_order .order_list table tbody tr td {
    height: 40px;
    font-size: 12px;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#main .my_order .order_list table tbody tr td .form_btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

#main .my_order .order_list table tbody tr:last-child {
    border-right: none;
}

#main .my_order .order_list table tbody tr:hover {
    cursor: pointer;
}

#main .my_order .order_list table tbody tr:hover td {
    background: #ebf3fe;
}

#main .my_order .order_list table tbody tr:last-child td {
    border-bottom: none;
}

#main .my_order .order_list table .blue {
    color: #0083d4;
}

#main .my_order .order_list table .pink {
    color: #e40077;
}

#main .my_order .order_list .list_page {
    width: 100%;
    margin: 0 0 26px 0;
    margin-top: 21px;
}

#main .my_order .order_list .list_page span {
    color: #909090;
}

#main .my_order .order_list .list_page .page_info,
#main .my_order .order_list .list_page .page_change {
    display: inline-block;
    vertical-align: middle;
}

#main .my_order .order_list .list_page .page_info {
    font-size: 12px;
}

#main .my_order .order_list .list_page .page_info span {
    margin-right: 31px;
}

#main .my_order .order_list .list_page .page_info strong {
    color: #e52e2e;
    margin: 0 3px 0 3px;
}

#main .my_order .order_list .list_page .page_change {
    font-size: 12px;
}

#main .my_order .order_list .list_page .page_change span {
    margin: 0 8px 0 8px;
}

#main .my_order .order_list .list_page .page_change a {
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    margin: 0 4px 0 4px;
    padding: 0 3px 0 3px;
    border-radius: 3px;
    text-align: center;
}

#main .my_order .order_list .list_page .page_change .prev_next {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    color: #909090;
}

#main .my_order .order_list .list_page .page_change .prev_next:hover {
    color: #161616;
}

#main .cashlist {
    margin: 64px 0 0 0;
}

#main .cashlist b {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

#main .cashlist .pink {
    color: #e50075;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dedede;
}

#main .cashlist .order_title {
    display: none;
}

#main .cashlist .search_bar {
    width: 94%;
    margin: auto;
    border: 1px solid #dfe2e7;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main .cashlist .search_bar .search_bar-left {
    display: table-cell;
}

#main .cashlist .search_bar .search_bar-right {
    display: table-cell;
    width: 100px;
}

#main .cashlist .search_bar #sale-form-query {
    width: 95%;
    margin: auto;
}

#main .cashlist .search_bar .form_item_quar {
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin: 0 0 10px 0;
}

#main .cashlist .search_bar .for_mobile {
    display: none;
}

#main .cashlist .search_bar .form_item_quar > span {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
}

#main .cashlist .search_bar .form_item_quar input,
#main .cashlist .search_bar .form_item_quar select {
    width: 50% !important;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #8fc320;
}

#main .cashlist .search_bar button,
#main .cashlist .search_bar input[type="button"],
#main .cashlist .search_bar a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin: 0 0 0 15px;
    padding: 3px 0 3px 0;
    width: 102px;
    height: 28px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#main .cashlist .search_bar button.main_btn,
#main .cashlist .search_bar input[type="button"].main_btn,
#main .cashlist .search_bar a.main_btn {
    color: #ffffff;
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
    margin-bottom: 10px;
}

#main .cashlist .order_list {
    width: 94%;
    margin: 20px auto 0 auto;
}

#main .cashlist .order_list table {
    width: 100%;
    border: 1px solid #ddd;
    background: #ddd;
    margin: 0 0 26px 0;
}

#main .cashlist .order_list table thead tr th {
    height: 36px;
    background: #8fc320;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

#main .cashlist .order_list table thead tr th .orderby a.order {
    color: #CCC;
}

#main .cashlist .order_list table thead tr th .orderby.asc a.order.asc {
    color: #1ca61c;
}

#main .cashlist .order_list table thead tr th .orderby.desc a.order.desc {
    color: #1ca61c;
}

#main .cashlist .order_list table thead tr th .orderby a.order:hover {
    color: #FFF !important;
    background: #1ca61c;
}

#main .cashlist .order_list table thead tr th:last-child {
    border-right: none;
}

#main .cashlist .order_list table tbody tr td {
    height: 40px;
    font-size: 12px;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#main .cashlist .order_list table tbody tr td .form_btn {
    padding-top: 3px;
    padding-bottom: 3px;
}

#main .cashlist .order_list table tbody tr:last-child {
    border-right: none;
}

#main .cashlist .order_list table tbody tr:hover {
    cursor: pointer;
}

#main .cashlist .order_list table tbody tr:hover td {
    background: #ebf3fe;
}

#main .cashlist .order_list table tbody tr:last-child td {
    border-bottom: none;
}

#main .cashlist .order_list table .blue {
    color: #0083d4;
}

#main .cashlist .order_list table .pink {
    color: #e40077;
}

#main .cashlist .order_list .list_page {
    width: 100%;
    margin: 0 0 26px 0;
    margin-top: 21px;
}

#main .cashlist .order_list .list_page span {
    color: #909090;
}

#main .cashlist .order_list .list_page .page_info,
#main .cashlist .order_list .list_page .page_change {
    display: inline-block;
    vertical-align: middle;
}

#main .cashlist .order_list .list_page .page_info {
    font-size: 12px;
}

#main .cashlist .order_list .list_page .page_info span {
    margin-right: 31px;
}

#main .cashlist .order_list .list_page .page_info strong {
    color: #e52e2e;
    margin: 0 3px 0 3px;
}

/* change_page */
.bottom {
    width: 100%;
    text-align: center;
}

.bottom .dataTables_length, .bottom .dataTables_info {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    font-size: 14px;
    color: #909090;
}

.bottom .dataTables_length select {
    font-size: 12px;
    border: 1px solid #8fc320;
}

.bottom .page_list {
    margin-top: 10px;
}

.bottom .page_change {
    font-size: 14px;
}

.bottom .page_change span {
    vertical-align: middle;
    margin: 0 8px 0 8px;
}

@media (max-width: 768px) and (max-height: 1024px) {
    .bottom .page_change span {
        margin: 0 3px 0 3px;
    }
}

.bottom .page_change a {
    text-decoration: none;
    height: 19px;
    line-height: 19px;
}

.bottom .page_change .prev_next {
    display: inline-block;
    vertical-align: middle;
    color: #909090;
    margin-right: 10px;
}

.bottom .page_change .prev_next:hover {
    color: #161616;
}

.bottom .page_change input {
    vertical-align: middle;
    width: 30px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
}

#main .modify_info {
    width: 94%;
    margin: 0 auto;
    padding: 20px 0 0 0;
    padding-bottom: 11px;
    text-align: center;
    border-bottom: 1px solid #bbb;
}

#main .modify_info .modify_title {
    height: 22px;
    border-bottom: 1px solid #bbb;
    margin: 0 0 20px 0;
}

#main .modify_info .modify_title h2 {
    width: 79px;
    height: 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 2px solid #8fc320;
    text-align: center;
    font-weight: normal;
}

#main .modify_info .form_item_full {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 8px 0;
}

#main .modify_info .form_item_full > span {
    display: inline-block;
    vertical-align: middle;
    width: 101px;
    margin: 0 19px 0 0;
    text-align: right;
    color: #161616;
}

#main .modify_info .form_item_full > span strong {
    color: #fa3f37;
    margin-right: 3px;
}

#main .modify_info .form_item_full > span:last-child {
    /* display: none; */
}

#main .modify_info .form_item_full input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
    border: 1px solid #8fc320;
}

#main .modify_info .form_item_full input[readonly] {
    background: #f8f8f8;
}

#main .modify_info .form_item_full textarea {
    width: 31.4%;
    vertical-align: middle;
    border: 1px solid #8fc320;
}

#main .modify_info .form_item_full div {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    padding-left: 10px;
    text-align: left;
}

#main .modify_info .form_item_full div label {
    margin: 3px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

#main .modify_info .form_item_full div label img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

#main .modify_info .form_item_full div label span {
    display: inline-block;
    vertical-align: middle;
}

#main .modify_info .form_item_full div input[type="radio"] {
    visibility: hidden;
}

#main .modify_info .form_item_full .form_select {
    border: 1px solid #8fc31f;
}

#main .modify_info .split_line {
    width: 100%;
    border-top: 1px dashed #d4d4d4;
    margin: 11px auto;
}

#main .modify_submit {
    text-align: center;
    margin: 15px 0 35px 0;
}

#main .modify_submit a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    width: 126px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#main .modify_submit a.second_btn {
    background: #aeaeae;
    background-image: linear-gradient(#c8c8c8, #9e9e9e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8c8c8, endcolorstr=#9e9e9e, gradientType=0);
}

#main .modify_submit a.main_btn {
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
}

#main .modify_password {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0 0;
}

#main .modify_password .modify_title {
    color: #8fc320;
    font-size: 20px;
    padding: 44px 0 18px 0;
}

#main .modify_password .modify_subtitle {
    color: #a7a7a7;
    margin: 0 0 43px 0;
}

#main .modify_password .modify_form {
    margin: 0 0 0 55px;
}

#main .modify_password .modify_form .form_item_full {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 8px 0;
    position: relative;
}

#main .modify_password .modify_form .form_item_full .verifyCode-text {
    position: absolute;
    left: 150px;
    top: 35px;
    cursor: pointer;
}

#main .modify_password .modify_form .form_item_full > span {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    margin: 0 19px 0 0;
    text-align: right;
    color: #161616;
}

#main .modify_password .modify_form .form_item_full > span strong {
    color: #fa3f37;
    margin-right: 3px;
}

#main .modify_password .modify_form .form_item_full > span:last-child {
    /* width: 16%;
  text-align: left;
  color: #8a8a8a; */
    display: block;
    text-align: left;
    margin-left: 140px;
    width: 80%;
}

#main .modify_password .modify_form .form_item_full input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
    border: 1px solid #8fc320;
}

#main .modify_password .modify_form .form_item_full input[type="password"] {
    display: inline-block;
    vertical-align: middle;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #9d9d9d;
    border: 1px solid #8fc320;
}

#main .modify_password .modify_form .form_item_full img {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
}

#main .modify_password .modify_bottom {
    border-top: 1px solid #bbb;
    margin: 35px 0 30px 0;
    padding: 37px 0 0 0;
}

#main .modify_password .modify_bottom a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 142px;
    width: 126px;
    height: 38px;
    line-height: 38px;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

#main .modify_password .modify_bottom a.main_btn {
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
}

#main .pay_result {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 81px 0 70px 0;
}

#main .pay_result img {
    width: 20%;
    margin-bottom: 20px;
}

#main .pay_result h2 {
    font-size: 24px;
    margin-bottom: 27px;
}

#main .pay_result h2.success {
    color: #8fc31f;
}

#main .pay_result h2.fail {
    color: #ed0781;
}

#main .pay_result p {
    width: 50%;
    margin: 0 auto;
    color: #605f5f;
    line-height: 30px;
    margin-bottom: 37px;
}

#main .pay_result a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 105px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #605f5f;
    background: #fff;
    border: 1px solid #b6b6b6;
    border-radius: 3px;
}

#main .pay_result a:nth-child(4) {
    margin-right: 48px;
}

#main .pay_result a.repay {
    color: #ed0781;
    border-color: #ed0781;
}

#footer {
    padding: 15px 0 15px 0;
    background: #8fc320;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

#footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

#footer a {
    color: #ffffff;
}

#footer .slogan-n-share {
    margin: 0 auto;
    background-color: #8bbe39;
    padding: 13px 0 12px;
    width: 94%;
    height: 47px;
}

#footer .slogan {
    float: left;
    margin: 0 auto;
    width: 228px;
    height: 47px;
    background: url("../images/front/slogan.png") no-repeat center top;
    background-size: 228px 47px;
    text-indent: -9999em;
}

#footer .index-share {
    float: right;
    margin: 10px 0 0 0;
    height: 47px;
    width: 240px;
}

#footer .index-share a {
    float: left;
    height: 25px;
    width: 26px;
    margin-right: 20px;
}

#footer .index-share a.printer {
    display: none;
}

#footer .index-share a.facebook {
    width: 13px;
    background: url("../images/front/facebook-share.png") no-repeat;
}

#footer .index-share a.wechat {
    background: url("../images/front/wechat-share-icon.png") no-repeat;
}

#footer .index-share a.email {
    background: url("../images/front/forward-top-friend-icon.png") no-repeat;
}

#footer .index-share .share_text {
    float: left;
    line-height: 25px;
    color: #ffffff;
    margin-right: 20px;
}

#footer .copyright {
    width: 94%;
    margin: 0 auto 0;
    font-size: 0.83em;
    line-height: 1.8em;
}

#footer .copyright .footer-sitemap-link {
    display: none;
}

#footer #wechat-qrcode-container {
    position: relative;
    display: none;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

#footer .wechat-qrcode-area {
    position: absolute;
    right: 87px;
    top: -225px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 20px;
    width: 170px;
    text-align: center;
}

#footer .wechat-qrcode-area table {
    margin: 0 auto;
}

#footer .wechat-qrcode-text {
    display: none;
}

#footer .wechat-qrcode-text-mobile {
    display: block;
    color: #555555;
    font-size: 15px;
}

#footer #wechat-qrcode-output {
    margin: 10px auto;
}

.lock_bg {
    position: fixed;
    z-index: 10000;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.lock_bg #dialog_box {
    width: 500px;
    /*height: 250px;*/
    margin: 15% auto;
    background: rgba(100, 100, 100, 0.5);
    padding: 5px 0 5px 5px;
}

.lock_bg #dialog_box .dialog_content {
    width: 495px;
    /*height: 245px;*/
}

.lock_bg #dialog_box .dialog_content .dialog_title {
    width: 100%;
    height: 36px;
    background: #fafafa;
}

.lock_bg #dialog_box .dialog_content .dialog_title > a {
    float: right;
    margin: 5px 10px 0 0;
}

.lock_bg #dialog_box .dialog_content .dialog_body {
    width: 100%;
    /*height: 179px;*/
    background: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}

.lock_bg #dialog_box .dialog_content .dialog_body h3 {
    color: #4182dc;
    font-size: 18px;
    margin-bottom: 15px;
}

.lock_bg #dialog_box .dialog_content .dialog_body h3 img,
.lock_bg #dialog_box .dialog_content .dialog_body h3 span {
    display: inline-block;
    vertical-align: middle;
}

.lock_bg #dialog_box .dialog_content .dialog_body p {
    width: 80%;
    margin: 0 auto;
    color: #605f5f;
    line-height: 30px;
    margin-bottom: 20px;
}

.lock_bg #dialog_box .dialog_content .dialog_body hr {
    color: #eaeaea;
    margin-bottom: 20px;
}

.lock_bg #dialog_box .dialog_content .dialog_body a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    /*width: 105px;*/
    padding-left: 10px;
    padding-right: 10px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    background: #fff;
    border-radius: 3px;
}

.lock_bg #dialog_box .dialog_content .dialog_body a:last-child {
    margin-left: 12px;
}

.lock_bg #dialog_box .dialog_content .dialog_body a.second_btn {
    background: #aeaeae;
    background-image: linear-gradient(#c8c8c8, #9e9e9e);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8c8c8, endcolorstr=#9e9e9e, gradientType=0);
}

.lock_bg #dialog_box .dialog_content .dialog_body a.main_btn {
    background-image: linear-gradient(#50b0e0, #519bc0);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#50b0e0, endcolorstr=#519bc0, gradientType=0);
}

#index-sitemap {
    margin: 6% auto 4%;
    width: 94%;
}

#index-sitemap .table_list {
    float: left;
    width: 60%;
}

#index-sitemap .table_list ul {
    float: left;
    width: 48%;
    padding-right: 2%;
}

#index-sitemap .table_list ul li {
    padding: 0 0 5% 0;
}

#index-sitemap .table_list ul li.title {
    font-weight: bold;
}

#index-sitemap .qrcode {
    display: none;
}

#index-sitemap .social {
    float: left;
    width: 40%;
}

#index-sitemap .socialweb_icon {
    margin-bottom: 5%;
}

#index-sitemap .socialweb_icon a {
    float: left;
    display: block;
    line-height: 42px;
    margin-left: 3%;
}

#index-sitemap .socialweb_icon a:first-child {
    width: 20%;
    padding: 0;
}

#index-sitemap .socialweb_icon a img {
    display: block;
}

#index-sitemap .download {
    width: 100%;
    height: auto;
    float: left;
    padding: 3% 0;
    margin: 3% 0 0 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#index-sitemap .download_title {
    margin-top: 2%;
    font-size: 1.3em;
}

#index-sitemap .download_icon {
    float: left;
    margin: 4% 5% 0 0;
    /*width:35%;*/
}

#index-sitemap .download_icon p {
    margin-bottom: 6%;
}

#index-sitemap .download_icon p a {
    font-size: 1.2em;
}

#index-sitemap .download_icon img {
    width: auto;
    height: 3.5em;
    margin: 0 0 5% 0;
}

.back_to_top a {
    color: #333333;
    text-decoration: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #333333 url(../images/front/cd-top-arrow.jpg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999;
}

.cd-top.cd-is-visible {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    visibility: visible !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.cd-top.cd-fade-out {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
}

.no-touch.cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    background-color: #e86256;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.pwdMessage {
    padding-left: 15%;
}

.spantitle {
    width: 13%;
}

#main .cart_area .cart_content .cart_send .pay_type > a > span {
    display: block;
    background: #fcfcfc;
    color: #5d5d5d;
    padding: 10px 0 10px 0;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 15px;
        bottom: 15px;
    }
}

.form_item_full b {
    color: black;
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 15px;
        bottom: 15px;
    }
}

.displayBlock {
    display: block
}

.displayNone {
    display: none
}

#container {
    /*margin-top: 53px;*/
}

.work-menu {

}

.work-menu .work-menu-header {
    background-image: url("../images/work-menu-bg.png");
    height: 57px;
    line-height: 57px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.work-menu .work-menu-main {

}

.work-menu .work-menu-main .work-menu-collapse {

}

.work-menu .work-menu-main .work-menu-collapse .work-menu-collapse-header {
    background-image: url("../images/work-menu-icon.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-color: #f3f3f3;
    color: #565551;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.work-menu .work-menu-main .work-menu-collapse .work-menu-collapse-panel {
    background-color: #ebebeb;
    text-align: center;
}

.work-menu .work-menu-main .work-menu-collapse .work-menu-collapse-panel a {
    display: block;
    color: #514e49;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.work-menu .work-menu-main .work-menu-collapse .work-menu-collapse-panel a.active {
    color: #98c123;
}

#main .cart_area .cart-area-left {
    display: none;
}

#main .cart_area .cart-area-right {
    width: 100%;
    /*float: right;*/
    margin-bottom: 20px;
}

/* 在线下单--通知公告栏  -- 开始*/
.cart-area-right .notification {
    padding: 8px 15px;
    margin-bottom: 8px;
    position: relative;
}

.cart-area-right .notification .title {
    color: #ee0280;
    float: left;
    line-height: 30px;
}

.cart-area-right .notification .text {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    margin: auto;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.cart-area-right .notification .text a {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}

.cart-area-right .notification .text a:last-child {
    margin-right: 0;
}

.cart-area-right .notification .text a:hover {
    color: #ee0280;
}

/* 在线下单--通知公告栏  -- 结束*/

.handset-sorting-area {
    display: none;
}

.search-condition {
    border: 1px solid #e2e3e5;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
}

.search-condition .search-condition-item {
    position: relative;
    border-top: 1px dashed #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-condition .search-condition-item:first-child {
    border-top: none;
}

.search-condition .search-condition-item .search-condition-item-title {
    position: absolute;
    left: 10px;
    top: 15px;
    color: #9d9d9d;
}

.search-condition .search-condition-item .search-condition-item-main {
    width: 80%;
    margin: auto;
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.search-condition .search-condition-item .search-condition-item-main.active {
    max-height: 90px;
    overflow: auto;
}

.search-condition .search-condition-item .search-condition-item-main span {
    margin-right: 30px;
    cursor: pointer;
    display: inline-block;
}

.search-condition .search-condition-item .search-condition-item-main span.active {
    color: #98c123;
}

.search-condition .search-condition-item .search-condition-item-more {
    position: absolute;
    right: 30px;
    top: 15px;
    cursor: pointer;
    color: #f8007b;
}

.search-condition .search-condition-order {
    background-color: #f5f5f5;
    margin-left: -5px;
    margin-right: -5px;
    border-top: 1px solid #e2e3e5;
}

.search-condition .search-condition-order:before, .search-condition .search-condition-order:after,
.search-condition .search-condition-order .search-condition-order-left:before, .search-condition .search-condition-order .search-condition-order-left:after {
    content: ' ';
    display: block;
    clear: both;
}

.search-condition .search-condition-order .search-condition-order-left {
    float: left;
}

.search-condition .search-condition-order .search-condition-order-left a {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #e9e9e9;
    display: block;
    cursor: pointer;
    float: left;
}

.search-condition .search-condition-order .search-condition-order-left a.active {
    background-color: #fff;
    color: #e2076b;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select {
    position: relative;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select:hover,
.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select.select {
    background-color: #fff;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select .search-condition-order-select-icon {
    width: 12px;
    height: 11px;
    display: inline-block;
    background-image: url('../images/select-condition-icon.png');
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select:hover .search-condition-order-select-icon,
.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select.select .search-condition-order-select-icon {
    transform: rotate(180deg);
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select .search-condition-order-select-children {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100%;
    text-align: center;
    z-index: 1;
    background-color: #fff;
    border: 1px solid #e9e9e9;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select .search-condition-order-select-children .search-condition-order-select-item {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select .search-condition-order-select-children .search-condition-order-select-item:last-child {
    border-bottom: none;
}

.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select:hover .search-condition-order-select-children,
.search-condition .search-condition-order .search-condition-order-left a.search-condition-order-select.select .search-condition-order-select-children {
    display: block;
}

.search-condition .search-condition-order .search-condition-order-right {
    float: right;
    line-height: 40px;
    margin-right: 10px;
}

.search-condition .search-condition-order .search-condition-order-keyword {
    color: #e2076b;
}

.goods-list {
    margin-top: 20px;
}

.goods-list:before, .goods-list:after {
    content: ' ';
    display: block;
    clear: both;
}

.goods-list .goods-list-item {
    float: left;
    /*width: 180px;*/
    width: 23%;
    border: 1px solid #ececec;
    background-color: #fff;
    margin-bottom: 10px;
    /*margin-right: 15px;*/
    margin-right: 2%;
}

.goods-list .goods-list-item:nth-child(4n) {
    margin-right: 0;
}

.goods-list .goods-list-item img {
    width: 100%;
    height: 170px;
}

.goods-list .goods-list-item .disable-tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
    color: #fff;

}

.goods-list .goods-list-item .goods-list-item-content {
    padding: 5px;
}

.goods-list .goods-list-item .goods-list-item-content > * {
    margin-bottom: 10px;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-title {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-money-value {
    color: #afafaf;
    position: relative;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-money {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #df0679;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox {
    border: 1px solid #ededed;
    height: 34px;
    display: table;
    box-sizing: border-box;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-minus,
.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-input,
.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-plus {
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ededed;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-minus,
.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-plus {
    width: 34px;
    line-height: 34px;
    cursor: pointer;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-minus {

}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-input {
    border: none;
    border-right: 1px solid #ededed;
    width: 100%;
}

.goods-list .goods-list-item .goods-list-item-content .goods-list-item-numbox .goods-list-item-numbox-plus {
    border-right: none;
}

.goods-list-item-cart-btn {
    width: 100%;
    height: 34px;
    line-height: 34px;
    display: block;
    background-color: #8fc320;
    border: none;
    color: #fff;
    text-align: center;
}

.goods-list-item-cart-btn.disable {
    background-color: #dfdfdf;
    pointer-events: none !important;
    cursor: not-allowed !important;
}

/*購物車粘貼*/
.cart-list {
}

.cart-list .red {
    color: #e40077;
}

.cart-box {
    background-color: #fff;
}

.cart-title {
    position: relative;
    font-size: 1.867em;
    color: #8fc31f;
    padding-bottom: 20px;
    padding-top: 20px;
    border: 1px solid #dfe2e7;
    border-bottom: none;
    padding-left: 15px;
}

.cart-title .cart-title-right {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 12px;
    color: #676767;
}

.cart-title .cart-title-right > span {
    margin-left: 20px;
}

.item-box {
    border-top: 1px solid #ddd;
    line-height: 1.5em;
    margin-bottom: 40px;
}

.item-box table {
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
}

.item-box td {
    vertical-align: top;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.item-box .td-box {
    padding: 40px 6%;
}

.item-box .green,
.total-box .green {
    color: #8fc31f;
}

.item-box .item-summary {
    width: 57%;
}

.item-box .item-summary .item-image {
    float: left;
    width: 30%;
    margin-right: 5%;
    text-align: center;
}

.item-box .item-summary .item-image img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
}

.item-box .item-summary .item-info {
    float: left;
    width: 65%;
}

.item-box .item-summary .item-info .name {
    margin-bottom: 10px;
}

.item-box .item-summary .item-info .remark {
    font-size: 15px;
    line-height: 1.5em;
}

.item-box .item-summary .item-info .remark p {
    margin-bottom: 0.5em;
}

.item-box .item-summary .prepaid-card-package-reminder {
    display: none;
    padding: 0 6% 40px
}

.item-box .item-summary .prepaid-card-package-reminder a {
    color: #e40077
}

.item-box .item-price-quantity {
    text-align: center;
    width: 20%;
}

.confirm-box .item-price-quantity {
    text-align: center;
}

.item-box .item-price-quantity .quantity {
    margin-bottom: 20px;
}

.item-box .item-price-quantity input {
    width: 25%;
    height: 21px;
    text-align: center;
    line-height: 21px;
    margin: 0 3px;
    padding: 10px 15px;
}

.item-box .item-price-quantity a {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
}

.item-box .item-price-quantity .btn-minus {
    background: url("../images/cart-mins-btn.png") no-repeat;
}

.item-box .item-price-quantity .btn-add {
    background: url("../images/cart-plus-btn.png") no-repeat;
}

.item-box .item-price-quantity .btn-add.disable,
.item-box .item-price-quantity .btn-minus.disable {
    background-position: 0 -21px;
}

.item-box .item-subtotal {
    text-align: center;
    background-color: #F3F3F3;
    margin: 0;
    width: 13%;
}

.item-box .item-subtotal span {
    display: block;
}

.item-box .item-action {
    text-align: center;
    line-height: 25px;
    width: 10%;
}

.item-box .item-action .td-box {
    border-bottom: none;
}

.item-box .item-action .btn-remove {
    display: inline-block;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background: url("../images/cart-remove-btn.png") no-repeat;
    margin: 0 5px 0 0;
}

.total-box {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 1.5em;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-size: 1.2em;
    font-weight: bold;
}

.total-box table {
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    background-color: #fff;
}

.total-box td {
    vertical-align: top;
    text-align: center;
}

.total-box .td-box {
    margin: 10px 0;
    padding: 10px 6%;
}

.total-box .item1 {
    width: 57%;
    border-right: 1px solid #dddddd;
    vertical-align: middle;
}

.total-box .item1 .td-box {
    border-right: 1px solid #ddd;
}

.total-box .total-list {
    border-bottom: 1px solid #ddd;
}

.total-box .total-list:before,
.total-box .total-list:after {
    content: ' ';
    display: block;
    clear: both;
}

.total-box .total-list .total-list-item {
    width: 33.333333333333333%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
}

.total-box .total-list:last-child {
    border-bottom: none;
}

.total-box .item2 {
    width: 20%;
    vertical-align: middle;
}

.total-box .item3 {
    width: 13%;
    vertical-align: middle;
}

.total-box .item4 {
    width: 10%;
    vertical-align: middle;
}

.cart-list .product-blue-btn {
    float: right;
}

.cart-list .cart-no-good-msg {
    margin: 20px 0;
    padding: 30px;
    border: 2px solid #ddd;
    text-align: center;
}

.cart-list .promote-code {
    padding: 0 6% 40px;
}

.cart-list .promote-code .input-field-style {
    width: 150px;
}

.cart-list .promote-code .checkPromcode {
    height: 37px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.cart-list .promote-code .checkPromcode-check {
    background-color: #bbb;
    cursor: default
}

.cart-list .promote-code .promote-code-msg {
    position: relative;
    margin-top: 15px;
}

.cart-list .promote-code .promote-code-msg.red {
    color: #e40077
}

.cart-list .promote-code .promote-code-msg .promote-code-question-icon {
    display: inline-block;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    background-color: #8fc31f;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.cart-list .promote-code .promote-code-msg .promote-code-arrow {
    overflow: hidden;
    position: absolute;
    top: -10px;
    right: 95px;
    width: 32px;
    height: 10px;
}

.cart-list .promote-code .promote-code-msg .promote-code-arrow:after {
    right: 10%;
    background-color: #fff;
    border: 1px solid #ddd;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}

.cart-list .promote-code .promote-code-msg .promote-code-question-content {
    display: none;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 10px 10px 0 10px;
    margin-top: 10px;
    position: absolute;
    bottom: -82px;
    background-color: #fff;
    width: 200px;
}

.cart-list .promote-code-price {
    margin-top: 10px;
    color: #e40077
}

.buy-now-area .btn-area {
    float: right;
    padding: 0;
}

.buy-now-area .btn-back {
    float: left;
    background: url("../images/product-back-arrow.png") no-repeat center left;
    padding-left: 20px;
    padding-top: 0px;
    font-size: 1em;
    line-height: 1em;
}

.blue-btn {
    text-align: center;
    border: none;
    background-color: #519BC0;
    background-image: -webkit-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -moz-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -ms-linear-gradient(top, #51B1E1, #519BC0);
    background-image: -o-linear-gradient(top, #51B1E1, #519BC0);
    background-image: linear-gradient(to bottom, #51B1E1, #519BC0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff !important;
    padding: 0 25px;
    text-decoration: none;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}

.product-main {
    padding: 30px 20px;
    background-color: #fff;
    border: 1px solid #ececec;
}

.product-main .product-title {
    color: #e40077;
    font-size: 1.6em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
}

.product-main .product-title span {
    color: #555;
    margin-right: 10px;
}

.product-main .product-title span i {
    font-style: normal;
    text-decoration: line-through;
}

.product-main .section {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 40px 0;
}

.product-main .section .photo {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 5%;
    margin-bottom: 30px;
}

.product-main .section .photo img {
    max-width: 100%;
    height: auto;
}

.product-main .section .photo span {
    color: #e40077;
}

.product-main .section .detail {
    float: left;
    width: 65%;
    margin-bottom: 20px;
}

.product-main table.table-style th,
.product-main table.table-style td {
    text-align: center;
}

.product-main table.table-style tr.selected td {
    background-color: #e40077 !important;
    color: #fff;
}

.product-main table.table-style tr.plan-na td {
    background-color: #f3f3f3 !important;
    color: #ccc;
}

.product-main .section .detail .item1 {
    color: #555;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-main .section .detail .item2 {
    color: #008ED4;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-main .section .detail .item3 {
    color: #e40077;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.product-main .section .detail .pp-title {
    width: 20%;
}

.product-main .section .detail .pp-title span {
    left: 45px;
}

.product-main .section .detail .pp-content {
    width: 70%;
}

.product-main .section .detail .step-title {
    margin-left: 0px;
}

.product-main .section .detail .step-title span {
    width: 45px;
}

.product-main .step-title p {
    float: left;
    margin-bottom: 0px;
    width: 100%;
}

.product-main .section .detail .step-content {
    margin-bottom: 30px;
    padding: 0 0 30px 8%;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

.product-main .step-content.last {
    border: none !important;
    padding-bottom: 0 !important;
}

.product-main .step-title {
    color: #8fc31f;
    font-size: 1.5em;
    margin-bottom: 30px;
    margin-left: -30px;
    margin-top: 25px;
}

.product-main .step-title span {
    font-size: 1.8em;
    float: left;
    width: 30px;
    display: block;
    margin-top: -7px;
}

.listing-style ul {
    list-style-type: disc;
    margin-left: 20px
}

.listing-style ul > li {
    list-style-image: url("../images/bullet-point.png");
    padding-left: 5px;
    margin: 10px auto
}

.listing-style ol {
    list-style-type: decimal;
    margin-left: 20px
}

.listing-style ol > li {
    margin: 10px auto;
}

.product-main .add-to-cart2 {
    margin-right: 20px;
}

.product-main .info-list-card {
    text-align: left;
}

.product-main .prepaidcard-user-guide {
    text-align: left;
    margin-left: 25px;
    font-weight: bold;
    text-decoration: underline;
}

.flexi-plan-form .product-main .prepaidcard-user-guide {
    margin-left: 0;
}

.product-main .price-box {
    margin-bottom: 50px;
}

.product-main .detail .price-box {
    font-size: 15px;
}

.product-main .price1 {
    float: left;
    width: 30%;
}

.product-main .price2 {
    float: left;
    border-left: 1px solid #ddd;
    padding-left: 5%;
}

.product-main .price3 {
    float: left;
    color: #e40077;
    padding-left: 5%;
    border-left: 1px solid #ddd;
}

.product-main .price1 span,
.product-main .price2 span,
.product-main .price3 span {
    margin-left: 10px;
    font-size: 30px;
}

.product-main .price2 span {
    color: #e40077;
}

.product-main .detail .price1 {
    float: left;
    width: 25%;
}

.product-main .detail .price2 {
    float: left;
    border-left: 1px solid #ddd;
    padding: 0 5%;
}

.product-main .detail .price3 {
    float: left;
    color: #e40077;
    padding-left: 5%;
    border-left: 1px solid #ddd;
}

.product-main .detail .price1 span,
.product-main .detail .price2 span,
.product-main .detail .price3 span {
    margin-left: 10px;
    font-size: 25px;
}

.product-main .detail .price-none {
    font-size: 25px;
}

.product-main span.line {
    text-decoration: line-through;
}

.product-main .modify-quantity input {
    width: 50px;
    height: 21px;
    text-align: center;
    line-height: 21px;
    padding: 10px 15px;
    margin: 0 3px;
}

.product-main .modify-quantity .btn-minus {
    background: url("../images/cart-mins-btn.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
}

.product-main .modify-quantity .btn-add {
    background: url("../images/cart-plus-btn.png") no-repeat;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: middle;
    width: 21px;
    height: 21px;
}

.fancybox-msg-title {
    color: #555;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px 0;
    width: 450px
}

.fancybox-msg-area {
    color: #000000;
    font-size: 15px;
    margin-top: 20px;
    width: 450px
}

.fancybox-close-btn-area {
    margin: 50px 0 30px 0;
    text-align: center;
    width: 450px
}

.fancybox-btn-style {
    display: inline-block;
    min-width: 150px;
    border: none;
    background: #8fc31f;
    -webkit-border-radius: 3;
    -moz-border-radius: 3;
    border-radius: 3px;
    color: #ffffff;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 8px;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto
}

.search-toggle-btn {
    display: none;
}

.register-guide-container {
    margin: auto;
    border-top: 1px solid #dfe3e7;
    margin-top: 20px;
    margin-bottom: 20px;
}

.register-guide-container .register-guide-title {
    font-size: 16px;
    color: #8fc31f;
    font-weight: bold;
    padding: 10px 10px 10px 20px;
}

.register-guide-container .register-guide-step-container {
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.register-guide-container .register-guide-step-container .register-guide-step-item {
    background-image: linear-gradient(#96c533, #85ae2c);
    background-color: #96c533;
    border: 1px solid #78a120;
    color: #fff;
    border-radius: 5px;
    padding: 10px;
}

.register-guide-container .register-guide-step-container .register-guide-step-item .register-guide-step-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.register-guide-container .register-guide-step-container .register-guide-step-item p {
    text-indent: 2em;
}

.register-guide-container .register-guide-step-container .register-guide-step-icon {
    background-image: url('../images/register-guide-step-icon.png');
    width: 16px;
    height: 22px;
    display: block;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* 文章页 开始 */
.artical-container {
    margin-left: 20px;
    margin-right: 20px;
}

.footprint-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

/* 文章页 结束 */

/* 账户申请
  /apply/apply.html
  开始
*/
.apply-account-page {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 13px;
}

.apply-account-page .btn-tab {
    border-bottom: 2px solid #e40077;
}

.apply-account-page .apply-main .left-wrap .form-title {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    background-color: #f5f5f5;
}

.apply-account-page .btn-tab .button {
    float: left;
    padding: 12px 60px 12px 75px;
    background: #e40077 url("../images/icon-order-xs.png") no-repeat 50px center;
    color: #fff;
    font-size: 15px !important;
    cursor: pointer;
}

.apply-account-page .btn-tab .button.active {
    background-color: #c9046b;
    position: relative;
}

.apply-account-page .btn-tab .button.active:after {
    content: "";
    border: 6px solid #c9046b;
    border-bottom: 6px solid #fff;
    position: absolute;
    left: 95px;
    bottom: -2px;
}

.apply-account-page .btn-tab .button[tab-for="#tab-schedule-query"] {
    background-image: url("../images/icon-search-list-xs.png");
}

.apply-account-page .apply-main {
    border-bottom: 1px solid #ddd;
}

.apply-account-page .apply-main .left-wrap {
    width: calc(100% - 150px);
    width: -webkit-(100% -150px);
    width: -moz-(100% -150px);
    width: -ms-(100% -150px);
    border-right: 1px solid #eee;
}

.apply-account-page .apply-main .right-wrap {
    width: 148px;
}

.apply-account-page .apply-main .right-wrap .form-title {
    padding: 10px 15px;
    font-size: 14px;
    color: #555555;
    font-weight: bold;
    background-color: #f5f5f5;
}

.apply-main .form-group.col-50 input[type=text],
.apply-main .form-group.col-50 input[type=password],
.apply-main .form-group.col-50 input[type=email],
.apply-main .form-group.col-50 input[type=phone],
.apply-main .form-group.col-50 input[type=number],
.apply-main .form-group input,
.apply-main .form-group textarea {
    width: calc(100% - 11em);
    width: -webkit-(100% -11em);
    width: -moz-(100% -11em);
    width: -ms-(100% -11em);
}

.apply-account-page .apply-main .form-block .col-50.form-group {
    width: 50%;
}

.process-query {
    /*padding:30px;*/
}

.process-query .search-wrap {
    margin: 0 auto;
}

.process-query .search-wrap > input[type=submit] {
    width: 10%;
    min-width: 60px;
}

.process-query .search-wrap > input[type=button] {
    width: 10%;
    min-width: 60px;
}

.search-result .step-list {
    padding-left: 20px;
}

.search-result {
    padding: 20px;
}

.process-query .search-wrap > label {
    display: none;
}

.apply-main .one-left {
    margin-left: 80px;
}

.apply-main .two-left {
    margin-left: 40px;
}

.apply-main .form-group .item-title {
    text-align: right;
    font-size: 12px;
    letter-spacing: -0.5px;
}

/*.apply-main .form-group input[type=radio] {*/
/*width: 19px !important;*/
/*}*/
/*.apply-main .form-group input[type=radio] + label {*/
/*margin-right: 0px !important;*/
/*}*/

.process-query .search-wrap {
    margin: 0 auto;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.process-query .search-wrap > input[type=text] {
    width: 70%;
    border: 1px solid #91c322;
    padding: 10px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.process-query .search-wrap > input[type=submit] {
    /*width:10%;*/
    /*min-width: 70px;*/
    background-color: #91c322;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #7fab1e;
    cursor: pointer;
    line-height: 22px;
    margin-left: 10px;
}

.process-query .search-wrap > input[type=button] {
    background-color: #91c322;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #7fab1e;
    cursor: pointer;
    line-height: 22px;
    margin-left: 10px;
}

.process-query .search-wrap > input[type=submit]:active {
    background-color: #7fab1e;
}

.apply-account-page .notice-btn-block {
    display: none;
}

.notice-close-btn {
    display: none;
}

/* 账户申请
  /apply/apply.html
  结束
*/

/*
*合作伙伴partner
 index.html
 开始
*/

/*banner*/
.partner-banner {
    background: url("../images/partner/banner.jpg") no-repeat;
    height: 370px;
    position: relative;
}

.partner-banner .banner-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-banner h1 {
    font-size: 28px;
}
.partner-banner .partner-banner-text {
    margin-top: 25px;
}

.partner-banner .partner-banner-text p {
    margin-top: 22px;
    font-size: 24px;
    line-height: 32px;
}

.partner-banner .partner-banner-button {
    margin-top: 58px;
}

.partner-banner .partner-banner-button .button-wrap {
    width: 416px;
    margin: 0 auto;
}

.partner-banner .partner-banner-button button {
    width: 160px;
    height: 40px;
    font-size: 18px;
}

.partner-banner .partner-banner-button .but {
    margin-right: 92px;
}

/*process*/
.partner-content {
    width: 100%;
    background-color: #fff;
}

.partner-content .partner-content-header {
    width: 100%;
    height: 80px;
    background-color: #fafafa;
    position: relative;
}

.partner-content .partner-content-header h2 {
    font-size: 24px;
    color: #262525;
    text-align: center;
    vertical-align: middle;
}

.partner-content .partner-content-header .partner-content-line {
    width: 40px;
    height: 5px;
    background-color: #8dc63f;
    margin: 10px auto 0 auto;
}

.partner-content .partner-content-header .header-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.partner-content .partner-content-info {
    width: 90%;
    margin: 42px auto 0 auto;
    height: 452px;
}

.partner-content .partner-content-info .info-num {
    display: none;
}

.partner-content .partner-content-info .content-process {
    width: 29.5%;
    margin: 0 auto;
    float: left;
    display: inline-block;
}

.partner-content .partner-content-info .process-title {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #8dc63f;
    position: relative;
}

.partner-content .process-title .title-text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    background-color: #8dc63f;
}

.partner-content .process-title .title-frame {
    width: 100%;
    height: 45px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 5px;
    border: 1px solid #8dc63f;
}

.partner-content .partner-content-info h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.partner-content .partner-content-info .process-info {
    width: 100%;
    height: 135px;
    position: relative;
    margin: 25px auto 0 auto;
    border: 1px solid #e2e2e2;
}

.process-info:before {
    content: "";
    width: 0;
    height: 0;
    left: 90px;
    top: -20px;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #e2e2e2 transparent;
}

.process-info:after {
    content: "";
    width: 0;
    height: 0;
    left: 90px;
    top: -19px;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.partner-content .process-info p {
    /*width: 230px;*/
    margin: 0 auto;
    padding: 28px 5px 0 10px;
    font-size: 14px;
}

.partner-content .partner-content-info .process-line {
    width: 2%;
    height: 1px;
    margin: 20px 10px 0 10px;
    float: left;
    background-color: #e2e2e2;
}

.clear {
    clear: both;
}

/*
*合作伙伴partner
 index.html
 结束
*/
