@charset "utf-8";
/* 会员 */
.mc_member {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background: #f0f1f2;
}
.mc_member .mc_container {
    height: 840px;
    /*height: 1000px;*/
}
.mc_member .mc_container_top {
    top: 50px;
    margin-bottom: 50px;
}
.mc_member_l {
    height: 100%;
    position: relative;
    width: 50%;
}
.mc_member_r {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}
.mc_ml_bg {
    z-index: 2;
}
.mc_ml_bgbox {
    height: 100%;
    position: relative;
    z-index: 1;
}
.mc_ml_logo {
    position: absolute;
    left: 40px;
    top: 35px;
    z-index: 2;
    width: 102px;
}
.mc_ml_modal {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}
.mc_mr_container {
    width: 380px;
}
.mc_member_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}
.mc_mem_inputgroup {
    width: 100%;
}
.mc_mem_inputbox {
    height: 48px;
    border: 1px solid #ddd;
}
.form-control:focus {
    box-shadow: none !important;
}
.mc_mem_inputbox input {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    line-height: 28px;
    color: #333;
}
.mc_mem_inputbox input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.mc_mem_inputbox input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.mc_mem_inputbox input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.mc_mem_inputbox input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #666;
    font-size: 14px;
    line-height: 28px;
}
.mc_mem_inputgroup {
    position: relative;
    margin-bottom: 15px;
}
.mc_register .mc_mem_inputgroup{
    margin-bottom: 10px;
}
.mc_mem_yzm_imgbox {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 107px;
    transform: translateY(-50%);
    cursor: pointer;
}
.mc_mem_yzm input {
    width: calc(100% - 117px);
}
.mc_mem_forgot {
    width: 120px;
}
.mc_mem_password input {
    width: calc(100% - 70px);
}
.mc_mem_yzm_tel {
    width: calc(100% - 167px);
}
.mc_mem_getyzm {
    width: 155px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #282828;
    cursor: pointer;
}
.mc_mem_submit input {
    padding: 0 !important;
    text-align: center;
    color: #fff;
    font-size: 16px !important;
    font-weight: bold !important;
    background: #282828;
}
.mc_mem_submit {
    padding-top: 12px;
    padding-bottom: 8px;
}
.mc_mem_href a {
    font-size: 16px;
    color: #666;
    text-align: center;
}
.mc_mem_forgot a {
    line-height: 48px;
    text-align: right;
    color: #44a8f2;
}
.mc_mem_wxlogin {
    margin-top: 40px;
}
.mc_wxlogin_word {
    position: relative;
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-bottom: 25px;
}
.mc_wxlogin_word::before {
    content: "";
    position: absolute;
    width: calc(calc(100% - 250px) / 2);
    height: 1px;
    top: 50%;
    left: 35px;
    background: linear-gradient(to right, rgba(153, 153, 153, 0), rgba(153, 153, 153, 1));
}
.mc_wxlogin_word::after {
    content: "";
    position: absolute;
    width: calc(calc(100% - 250px) / 2);
    height: 1px;
    top: 50%;
    right: 35px;
    background: linear-gradient(to left, rgba(153, 153, 153, 0), rgba(153, 153, 153, 1));
}
.mc_mem_btn a {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: #282828;
}
.mc_wxlogin_btn a {
    background: #1bbb17;
}
.mc_icon_wx {
    width: 25px;
    height: 25px;
    background: url('/system/assets/static/images/xtb_wx.png') no-repeat center;
    background-size: cover;
    margin-right: 5px
}
.mc_gl_container {
    max-width: 100%;
    width: 561px;
    padding: 100px 95px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
}
.mc_fd_container {
    width: 600px;
    padding: 60px 80px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .09);
}
.mc_mem_toplogo {
    width: 160px;
    margin: 0 auto;
}
.mc_glsel_title {
    margin: 40px 0;
    text-align: center;
    font-size: 28px;
    color: #333;
}
.mc_glsel_userhdimg {
    width: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.mc_glsel_username {
    font-size: 18px;
    text-align: center;
    margin: 10px 0;
}
.mc_glsel_tip {
    font-size: 14px;
    color: #666;
    text-align: center;
}
.mc_glsel_userbox {
    margin-bottom: 50px;
}
.mc_glselbtn_new {
    margin-bottom: 20px;
}
.mc_fdsel_title {
    font-size: 24px;
    color: #666;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
}
.mc_fdselbtn_mail {
    margin-bottom: 30px;
}
.mc_e1s1_selimgbox {
    width: 25px;
    cursor: pointer;
}
.mc_e1s1_selall_word a {
    display: inline;
    font-size: inherit;
    line-height: inherit;
}
.mc_mem_checkbox .mc_e1s1_selall_word {
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.mc_e1s1_selimgbox .mc_list_img {
    display: none;
}
.mc_sel_act .mc_list_img {
    display: block;
}
.mc_ft_bot p {
    font-size: 14px;
    color: #636363;
    line-height: 36px;
}
.mc_member_bot .mc_ft_bot p {
    font-size: 12px;
    color: #999;
}
.mc_copyright span {
    margin-right: 15px;
}
.mc_member_bot .mc_ft_bot .mc_copyright a {
    font-size: 12px;
    color: #999;
}
.mc_mem_inputbox select {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #666;
    padding: 10px 20px;
    line-height: 28px;
}
.mc_mem_inputbox .mc_input_plh {
    display: block;
    position: absolute;
    left: 20px;
    /*top: 10px;*/
    font-size: 14px;
    line-height: 28px;
    color: #999;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .36s;
}
.mc_mem_inputbox.act .mc_input_plh {
    font-size: 12px;
    top: 0;
}
.mc_mem_inputbox input:not([type=button], [type=submit]) {
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 14px;
}
.mc_indexs2bd_lisbox {
    transition: all .36s;
}
.mc_indexs2bd_li:hover .mc_indexs2bd_lisbox {
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); */
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}
.mc_indexs2bd_box1 {
    transition: all .36s;
}
.mc_indexs2bd_box1:hover {
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); */
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, .15);
}
.mc_b2s3 .mc_indexs2bd_lisbox {
    margin-top: 15px;
    background: #fff;
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); */
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06);
}
.mc_b2s3 .mc_indexs2bd_lisbox:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06);
}
.mc_mem_href:hover a {
    color: #fbd901;
}
.mc_e2s1_lisbox {
    cursor: pointer;
}
.mc_hdsh_hot {
    margin-top: 20px;
    height: initial;
    border-bottom: 0;
}
.mc_hdsh_hot a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 15px;
}
.pager > li:first-child > a,
.pager > li:first-child > span {

    border-radius: 0;

}
.pager li > a,
.pager li > span {
    border-radius: 0;
}
.input-group.pager-goto input {
    width: 60px;
}
.mc_e2_inputjs .modal-footer button {
    border: 0;
    width: 50px;
    line-height: 30px;
    color: #383838 !important;
    background: #efdd06 !important;
}
.mc_e2_inputjs .mc_mpm_inputbox {
    height: 48px;
    border: 1px solid #ddd;
    padding: 0 !important;
}
.mc_e2_inputjs input:not([type=radio]) {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    line-height: 28px;
    color: #333;
    border: 0;
    box-shadow: none !important;
}

.mc_e2_inputjs .form-horizontal .form-group > label {
    padding-top: 0;
    line-height: 48px;
}
.mc_e2_inputjs .mc_input_plh {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .36s;
}
.mc_e2_inputjs .mc_mpm_inputbox.act .mc_input_plh {
    font-size: 12px;
    top: 0;
}
.mc_e2_inputjs .mc_mpm_inputbox input:not([type=button]) {
    padding-top: 15px;
    padding-bottom: 0;
    font-size: 16px;
}
body {
    padding-right: 0 !important;
    padding-top: 0;
}
.mc_mpm_fpnr {
    padding: 0 !important;
}
.form-control {
    box-shadow: none !important;
}
.mc_mpm_selwrap {
    margin: 0 -2px !important;
}
.mc_mpm_selcol {
    float: left;
    width: 33.333333%;
    padding: 0 2px !important;
}
.mc_mpm_selbox select {
    width: 100%;
    height: 100%;
    border: 0 !important;
}
.mc_mpm_selwrapp0 {
    padding: 0 !important;
}
.mc_mpm_selbox {
    height: 48px;
    border: 1px solid #ddd;
}
.mc_f4 {
    padding-bottom: 40px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    /**通过边框阴影遮挡住背景*/
    -webkit-text-fill-color: #333;
}
.mc_banner_pc img {
    width: auto !important;
}
.mc_b1sx_li {
    float: left;
    font-size: 14px;
    color: #666666;
    width: 14.285714%;
    /* width: 16.666666%; */
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .36s;
}
.mc_b1sx_li.on {
    color: #e2d11a;
}
.mc_b1sx_nav {
    margin: 20px 0;
    /* margin-bottom: 22px; */
}
.mc_banner_pc img {
    width: 1920px !important;
    min-width: 1920px;
}
.mc_main {
    padding: 0 15px;
}

/* 11.4 */
.mc_b2s1rppb_act dd i,
.mc_b2s1rppb_act dd span {
    float: left;
    padding-left: 5px;
}
.mc_b2s1rppb_act dd span {
    width: calc(100% - 40px);
    line-height: 20px;
}
.mc_count_num input {
    vertical-align: top;
}
/* 优惠券 */
.mc_yhqpage {
    background: #fff;
    position: relative;
    width: 100vw;
    height: 100vh;
}
.mc_lqbtn a {
    width: 140px;
    height: 40px;
    margin: 15px auto 0;
    font-size: 14px;
    color: #777777;
    text-align: center;
    line-height: 38px;
    background: #ececec;
    border: 1px solid #dadada;
    border-radius: 30px;
}
.mc_yhq_container {
    top: 30%;
}
.mc_b3s4_list {
    height: 920px;
}
.mc_b3s4_lib {
    height: 100%;
}
.mc_b3s4_libig {
    padding-bottom: 100px;
    height: 100%;
}
.mc_ft1_a {
    pointer-events: none;
}
.mc_memeber_top {
    height: 100%;
}
.mc_member_bot {
    margin-top: 10px;
}
.mc_member_bot .mc_copyright {
    width: 100%;
    text-align: center;
}
.mc_member_bot .mc_ft_bot p {
    font-size: 12px;
    color: #999;
}
.mc_member_bot .mc_ft_bot .mc_copyright a {
    font-size: 12px;
    color: #999;
}
/* .mc_member_bot .mc_copyright>span{
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
} */
.mc_mem_inputbox input {
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    line-height: 28px;
    /* color: #333; */
}
.mc_mem_inputbox input:not([type=button]) {
    padding-top: 18px;
    padding-bottom: 0;
    font-size: 14px;
}
.mc_mem_checkbox {
    cursor: pointer;
}
.mc_ft_bot p a {
    vertical-align: baseline;
}
.mc_mem_submit {
    border: 0;
}

/* 2.27 */
.mc_register .mc_container,
.mc_login .mc_container {
    height: 950px;
}

.mc_register .mc_member_title {
    margin-bottom: 10px;
}

.mc_regsiter_tip .mc_regsiter_tip1 {
    color: #333;
}

.mc_regsiter_tip p {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-bottom: 15px;
}

.mc_member_top {
    height: 100%;
}
