* {
    padding: 0;
    margin: 0;
}

.logon_head {
    width: 1349px;
    height: 111px;
    /* background: rgb(156, 152, 152); */
    margin: 30px auto;
    border-bottom: 1px solid #ebebeb;
}

.logon_logo {
    width: 300px;
    height: 111px;
    margin-left: 80px;
    float: left;
}

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

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

.logon_shugang_text {
    font-size: 24px;
}


/* 右侧文本 */

.logon_text {
    width: 400px;
    height: 111px;
    /* background: rgb(151, 78, 78); */
    float: right;
}

.logon_text span {
    display: inline-block;
    color: #888;
    font-size: 14px;
    line-height: 30px;
    float: none !important;
}

.logon_text a {
    display: inline-block;
    border: 1px solid #F03A58;
    border-radius: 4px;
    height: 30px;
    width: 60px;
    text-align: center;
    line-height: 30px;
    color: #F03A58;
    font-size: 14px;
    margin-left: 20px;
    text-decoration: none;
}


/* 中间内容 */

.logon_main {
    width: 1190px;
    margin: auto;
    margin-top: 40px;
    /* background-color: slategrey; */
    height: 600px;
    border: 1px white solid;
}

.logon_main_head {
    width: 600px;
    height: 50px;
    margin: 30px auto;
    /* background-color: springgreen; */
}

.logon_main_head1 {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #17CE66;
    color: white;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}

.logon_main_head2 {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #CCC;
    color: white;
    line-height: 30px;
    text-align: center;
    margin-left: 20px;
}

.logon_main_head1text {
    float: left;
    display: block;
    width: 60px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    margin: 0 10px;
}

.logon_main_head1gang {
    display: block;
    float: left;
    width: 90px;
    height: 4px;
    background: #E5E5E5;
    margin-top: 13px;
}


/* 表单部分 */

.form {
    width: 600px;
    height: 490px;
    /* background-color: aliceblue; */
    margin: 0 auto;
}

label {
    font-size: 16px;
}

input {
    width: 400px;
    padding: 10px 0;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    margin: 0 55px 20px;
}

button {
    width: 170px;
    text-align: center;
    height: 50px;
    background-color: #F03A58;
    float: left;
    line-height: 50px;
    color: #fff;
    margin-left: 120px;
    border-radius: 4px;
    /* cursor: pointer; */
}

.from_p {
    width: 300px;
    height: 30px;
    padding-left: 26px;
    line-height: 20px;
    font-size: 14px;
    color: #888;
    margin-left: 100px;
    margin-bottom: 20px;
}


/* 定位 */

.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;
}