html {
    overflow-x: auto
}

body {
    background: #fff;
    color: #555;
    font-size: 16px;
    font-family: 'PingFang-SC', 'MicrosoftYaHei' !important
}

input,
textarea,
select,
button {
    font-family: 'PingFang-SC', 'MicrosoftYaHei' !important
}

header {
    width: calc(100vw - 74px);
    margin: 0 auto;
    height: 70px;
    color: #909090;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}

/* header .header_logo img {
    width: 156px;
    height: 32px
} */
header .header_logo span {
    font-size: 16px;
    border-left: 1px solid #909090;
    padding-left: 16px;
    margin-left: 16px
}

header .header_nav {
    position: absolute;
    top: 23px;
    right: 1px
}

header .header_nav a {
    font-size: 12px;
    padding: 0px 10px;
    cursor: pointer
}

header .header_nav #manyRegister {
    font-size: 12px;
    padding: 0px 10px;
    cursor: pointer;
    color: #555;
    text-decoration: none
}

header .header_nav a:last-of-type {
    border-left: 1px solid #909090
}

header #registerBox {
    width: 358px;
    height: 256px;
    position: absolute;
    background: url(../Image/PC/bgForm.png) no-repeat center;
    z-index: 100;
    top: 44px;
    right: -7px;
    flex-flow: column wrap;
    display: none;
    opacity: 0
}

#registerBox h2 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-top: 46px
}

#registerBox .option_item {
    margin-left: 84px;
    margin-top: 30px
}

#registerBox .option_item:nth-of-type(2) {
    margin-top: 9px
}

#registerBox .option_item span {
    margin-left: 35px;
    font-size: 18px;
    color: #333333
}

#registerBox .option_item img:nth-of-type(2) {
    margin-left: 27px
}

main {
    display: block;
    width: 100%;
    position: relative;
    overflow-y: hidden
}

main #P_swiper-container {
    width: 100%;
    overflow: hidden;
    z-index: 1
}

main #P_swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    cursor: pointer
}

main #P_swiper-container .swiper-wrapper #slide-2 {
    cursor: pointer
}

main .swiper-wrapper .swiper-slide a {
    width: 100%;
    display: block
}

main .login {
    width: 400px;
    height: 544px;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 1px rgba(106, 152, 207, 0.16);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform-origin: center center;
    transform: translateY(-50%);
    z-index: 101;
    transition: all 0.4s;
    cursor: auto
}

main .login .zs {
    position: absolute;
    right: 60px;
    top: 9px;
    display: none
}

main .login .login_ewm {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer
}

main .login .login_tab {
    width: 100%;
    height: 60px;
    border-radius: 4px 4px 0px 0px;
    transition: height 0.3s;
    overflow: hidden
}

main .login .login_tab button {
    width: 50%;
    height: 100%;
    font-size: 16px;
    border: none;
    outline: none;
    text-align: center;
    line-height: 100%;
    color: #222222;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #F4F4F4
}

main .login .login_tab button:first-of-type {
    border-radius: 4px 0px 0px 0px
}

main .login .login_tab button:last-of-type {
    border-radius: 0px 4px 0px 0px
}

main .login .login_tab button.active {
    color: #00B369;
    background-color: #fff
}

main .login .login_main {
    position: relative;
    margin-top: 30px;
    margin-bottom: 41px;
    padding: 0px 30px
}

main .login .login_main h3 {
    font-size: 20px;
    font-weight: Bold;
    color: #333333;
    text-align: center;
    margin-bottom: 30px
}

main .login .login_main .user {
    width: 340px;
    height: 118px
}

main .login .login_main .user input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #DADADA;
    padding-left: 45px;
    padding-right: 150px;
    outline: none
}

.inputGrey::-webkit-input-placeholder {
    color: #DADADA
}

.inputGrey::-moz-placeholder {
    color: #DADADA
}

.inputGrey:-moz-placeholder {
    color: #DADADA
}

.inputGrey:-ms-input-placeholder {
    color: #DADADA
}

main .login .login_main .user>div {
    position: relative
}

main .login .login_main .user>div>img {
    position: absolute;
    top: 13px;
    left: 13px
}

main .login .login_main .user input:first-of-type {
    margin-bottom: 18px
}

main .login .login_main .user input#password {
    margin-bottom: 13px
}

main .login .login_main .user .P_login_username_info #P_vipLogin {
    width: 150px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

main .login .login_main .user .P_login_username_info #P_vipLogin .choice {
    transform: rotate(0deg) !important
}

main .login .login_main .user span {
    font-weight: 400;
    color: #666666;
    position: absolute;
    left: 8px;
    top: 14px;
    transition: all 0.3s
}

main .login .login_main .user span.free {
    left: 45px
}

main .login .login_main .user .P_login_username_info #P_vipLogin .P_option-row {
    display: block;
    position: absolute;
    right: 15px;
    top: 23px;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: all 0.3s linear
}

main .login .login_main .user .P_login_username_info #P_optionGroup {
    width: 150px;
    height: 123px;
    position: absolute;
    right: 0px;
    top: 40px;
    z-index: 1000;
    border-radius: 2px;
    display: none
}

main .login .login_main .user .P_login_username_info #P_optionGroup .P_option-item {
    height: 41px;
    line-height: 41px;
    background-color: #F8F8F8;
    padding-left: 8px;
    cursor: pointer;
    transition: background-color 0.2s
}

main .login .login_main .user .P_login_username_info #P_optionGroup li:hover {
    background-color: #DFF1EA
}

main .login .login_main .wjmm {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #00B369;
    margin: 20px 0px 27px 12px
}

main .login .login_main button {
    display: block;
    width: 340px;
    height: 50px;
    border-radius: 2px;
    margin-bottom: 16px;
    border: 1px solid #00B369;
    font-size: 20px;
    font-weight: 400;
    cursor: pointer
}

main .login .login_main button:first-of-type {
    background: #00B369;
    color: #FFFFFF
}

main .login .login_main button#register_button {
    color: #00B369;
    background-color: #fff;
    margin-bottom: 0px;
    display: none
}

main .login .login_main #P_link-group {
    width: 340px;
    height: 50px;
    margin-bottom: 16px
}

main .login .login_main #P_link-group .P_link-item {
    display: inline-block;
    width: 160px;
    height: 50px;
    color: #00B369;
    border-radius: 2px;
    border: 1px solid #00B369;
    background-color: #E5F7F0;
    text-align: center;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 20px
}

main .login .login_main #P_link-group .P_link-item:nth-of-type(2) {
    margin-left: 15px
}

main .loginByewm {
    height: 544px
}

#qrcode {
    position: relative;
    margin-top: 61px;
    margin-bottom: 43px;
    text-align: center;
    display: none
}

#qrcode h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333
}

#qrcode .hover #shaoma {
    position: relative
}

#qrcode .phoneScan {
    position: absolute;
    top: 50px;
    right: 38px;
    width: 135px;
    height: 275px;
    background-image: url(../Image/PC/phone.png);
    z-index: 0;
    display: none
}

#qrcode .qrcode_img {
    width: 156px;
    height: 156px;
    margin: 0px auto;
    margin-top: 48px;
    position: relative
}

#qrcode #sx {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    display: none
}

#qrcode #sx span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin: 56px 0px 14px
}

#qrcode #sx button {
    width: 108px;
    height: 34px;
    background: #00B369;
    border-radius: 4px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border: none
}

#qrcode .qrcode_img>img {
    width: 100%
}

#qrcode .jieshao {
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center
}

#qrcode .jieshao span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-left: 7px
}

#qrcode #smcg {
    display: none;
    margin-top: 34px;
    color: #666666;
    font-size: 14px
}

#qrcode #smcg p:first-of-type {
    margin-top: 20px
}

#qrcode #smcg p:last-of-type {
    margin-top: 23px;
    font-size: 16px
}

#qrcode .aboutUser {
    margin-top: 29px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    z-index: 2000;
    display: flex;
    justify-content: center
}

#qrcode .aboutUser a {
    color: #666
}

#qrcode .aboutUser #mmdl {
    color: #666;
    border-right: 2px solid #D3D3D3;
    margin-right: 10px;
    padding-right: 10px;
    cursor: pointer
}

main .login .login_foot {
    width: 100%;
    height: 73px;
    background-color: #F8F7F7;
    position: absolute;
    bottom: 45px;
    left: 0px;
    line-height: 73px;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    cursor: pointer
}

main .login .login_foot span {
    font-weight: bold;
    color: #666666;
    margin-left: 5px
}

main .login .login_foot a {
    border: 1px solid #5F90E3;
    color: #5F90E3;
    padding: 5px 6px;
    margin-left: 20px;
    border-radius: 2px
}

main .login .login_foot .spana {
    border: 1px solid #5F90E3;
    color: #5F90E3;
    padding: 5px 6px;
    margin-left: 20px;
    border-radius: 2px
}

main .login .otherLogin {
    width: 100%;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #999999;
    position: absolute;
    bottom: 0px;
    left: 0px
}

main .login .otherLogin p {
    display: inline-block;
    cursor: pointer
}

main .login .otherLogin img {
    position: absolute;
    bottom: 0px;
    right: 0px;
    cursor: pointer
}

footer {
    width: 100%;
    height: 162px;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin: 0 auto
}

footer .footContainer .footer_linkGroup a {
    border-right: 1px solid #666666;
    padding-right: 12px;
    margin-right: 12px;
    font-size: 12px
}

footer .footContainer .footer_linkGroup a:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none
}

footer .footContainer .footer_linkGroup a:first-child {
    padding-left: 0px
}

footer .punish {
    display: flex;
    justify-content: space-between
}

footer .punish span:nth-of-type(2) {
    margin: 0px 12px
}

footer .punish span:nth-of-type(3) a {
    font-size: 12px
}

.marginBottom {
    margin-bottom: 15px;
    text-align: center
}

.login_main .login_mm {
    position: relative;
    height: 58px
}

.prompt {
    white-space: nowrap;
    color: red;
    font-size: 12px;
    position: absolute;
    padding-left: 15px;
    background: url(../Image/PC/error.png) no-repeat left center
}

.prompt_over {
    display: inline-block;
    width: 100%;
    left: 0px;
    top: 35px;
    background-position: 15px center;
    padding-left: 37px
}


@media screen and (max-width:1200px) {

    header,
    main,
    footer {
        min-width: 900px
    }
}

@media screen and (min-width:1200px) and (max-width:1400px) {

    header,
    main,
    footer {
        min-width: 1000px
    }
}

@media screen and (min-width:1400px) and (max-width:1920px) {

    header,
    main,
    footer {
        min-width: 1200px
    }
}