* {
    padding: 0;
    margin: 0;
}


/* 大框 */

.signIn {
    margin: auto;
    width: 1349px;
}

.signIn_head {
    width: 1200px;
    height: 70px;
    margin: 20px 74.5px 0;
    /* background: #000; */
}

.signIn_head_left {
    width: 300px;
    height: 70px;
    float: left;
    margin-left: 60px;
}

.signIn_head_left_img {
    width: 100px;
    height: 50px;
    display: block;
    float: left;
    position: relative;
    top: -15px;
    left: 0;
}

.signIn_shugang {
    margin: 0 20px;
    font-size: 24px;
}

.signIn_shugang_text {
    font-size: 24px;
}

.signIn_head_right {
    float: right;
    width: 400px;
    height: 70px;
}

.signIn_text {
    display: block;
    border: 1px solid #F03A58;
    color: #F03A58;
    width: 83px;
    height: 30px;
    border-radius: 4px;
    background: url(../images/head_message@2x.png) no-repeat 9px 8px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 32px;
    float: left;
}

.signIn_head_right_img {
    display: block;
    float: right;
}

.signIn_content {
    width: 1200px;
    height: 680px;
    margin: auto;
    position: relative;
}

.signIn_content_img {
    position: relative;
    top: 0;
    left: -360px;
}

.signIn_main_input {
    background-color: rgb(255, 255, 255);
    width: 300px;
    height: 390px;
    padding: 20px 25px;
    float: right;
    position: absolute;
    top: 140px;
    right: 0;
    border-radius: 5px;
}

.signIn_main_input_text {
    font-size: 24px;
    padding: 5px 0 20px;
    border-bottom: 1px solid #F1F1F1;
}


/* 用户输入框 */

.signIn_main_input_user {
    background: #fff url(../images/ico_user@2x.png) no-repeat 10px 50% !important;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 20px;
    line-height: 25px;
    border: 1px solid #e2e2e2;
    padding-left: 50px;
    border-radius: 4px;
    color: #222;
    margin-top: 30px;
    margin-bottom: 30px;
}

.signIn_main_input_password {
    background: #fff url(../images/ico_passcode@2x.png) no-repeat 10px 50% !important;
    width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 20px;
    line-height: 25px;
    border: 1px solid #e2e2e2;
    padding-left: 50px;
    border-radius: 4px;
    color: #222;
    margin-bottom: 30px;
}


/* 提交按钮 */

.signIn_main_input_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F03A58;
    border-radius: 4px;
    color: #fff;
    font-size: 18px;
    margin: 10px 0 30px;
}

.signIn_main_input a {
    color: #F03A58;
    text-decoration: none;
    font-size: 14px;
}

.signIn_main_input_wangjimima {
    display: inline-block;
    margin-left: 180px;
}


/* 定位 */

.fixed_left {
    width: 72px;
    height: 600px;
    background-color: white;
    position: fixed;
    left: 0;
    top: 20px;
    display: none;
}

.fixed_left a {
    text-decoration: none;
    font-size: 12px;
    color: #222;
    border: 1px #fdfdfd solid;
    display: block;
    width: 70px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 10px;
    /* padding: 7px; */
}

.fixed_left .fixed_left_color {
    background-color: #F03A58;
    color: white;
}

.fixed_left .fixed_left_color_other {
    background-color: white;
    color: #222;
}

.fixed_right {
    width: 40px;
    height: 462px;
    background-color: #000;
    position: fixed;
    top: 0;
    right: 0;
}

.fixed_right a {
    width: 40px;
    height: 70px;
    color: white;
    text-decoration: none;
    font-size: 12px;
}

.fixed_right_img {
    margin-left: 8px;
    /* margin-top: 10px; */
}

.fixed_right_span {
    text-align: center;
    display: block;
    width: 40px;
    text-align: center;
}

.fixed_right .fixed_right_bg {
    background-color: #F03A58;
}

.fixed_right .fixed_right_bgother {
    background-color: #000;
}


/* 专属客服 */

.zhuanshukefu {
    width: 154px;
    height: 210px;
    background: #fff;
    margin-right: 15px;
    position: fixed;
    right: 50px;
    top: 260px;
    z-index: 10;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: none;
}

.zhuanshukefu img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 10px auto;
}

.zhuanshukefu_span {
    background: url(../images/QQ.png) 10px center no-repeat;
    float: none;
    display: block;
    width: 57px;
    height: 24px;
    font-size: 12px;
    padding-left: 25px;
    border: 1px solid rgba(240, 58, 88, 1);
    color: #F03A58;
    line-height: 24px;
    margin: 0 auto 13px;
    border-radius: 2px;
}

.zhuanshukefu_moren {
    font-size: 12px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.zhuanshukefu_xingming {
    color: #888;
}


/* 邮件 */

.emil {
    width: 200px;
    height: 30px;
    background-color: rgba(240, 58, 88, 1);
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: fixed;
    bottom: 250px;
    right: 60px;
    border-radius: 10px;
    display: none;
}


/* 二维码 */

.erweima {
    position: fixed;
    bottom: 40px;
    right: 60px;
    display: none;
}

.erweima img {
    width: 124px;
    height: 310px;
}


/* 回到顶部 */

.fixed_top {
    width: 40px;
    height: 70px;
    background: black url(../images/ic_up.png) no-repeat 10px 10px;
    position: fixed;
    bottom: 10px;
    right: 0;
    color: white;
    line-height: 90px;
    text-align: center;
}

.fixed_top a {
    display: block;
    width: 40px;
    height: 70px;
    text-align: center;
    line-height: 90px;
    text-decoration: none;
    color: white;
}