* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.topCover {
    background: white;
}

.indexTopNav {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.indexTopNav > div {
    display: flex;
    align-items: center;
}

.topLeft > a {
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    margin-right: 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
}

.arrow-icon {
    width: 10px;
    position: relative;
    margin-left: 8px;
}

.arrow-icon:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: url(/cn/img/arrow-default.png) no-repeat;
    background-size: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.subnavBox {
    position: absolute;
    padding: 30px 10px 10px 10px;
    top: 8px;
    left: 50%;
    width: 100px;
    transform: translateX(-50%);
    z-index: 100;
    display: none;
}

.topLeft > a:hover .subnavBox {
    display: block;
}

.gre-subnav-item {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(57, 74, 103, .1);
    border-radius: 4px;
    border: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
}

.h-navtitle {
    height: 40px;
    background: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #efefef;
    line-height: 40px;
    box-sizing: border-box;
    color: #333;
    text-align: center;
    position: relative;
}


.topLeft > a:hover .arrow-icon:after {
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.topLeft img {
    width: 40px;
}

.logo {
    font-weight: bold !important;
    font-style: italic;
    font-size: 20px !important;
}

.topRight > img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.moreList {
    cursor: pointer;
    position: relative;
}

.lineP {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 25px;
    height: 15px;
    transition: .3s linear;
}

.lineP > p {
    width: 20px;
    height: 3px;
    border-radius: 2px;
    background: #222222;
}

.topRight:hover .lineP {
    transform: rotate(90deg);
    transition: all .3s linear;
}

.topRight:hover .xiala-con {
    display: block;
}

.xiala-con {
    position: absolute;
    left: -67px;
    top: 22px;
    z-index: 1100;
    padding-top: 24px;
    padding-right: 25px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    display: none;
}

.xiala-con:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom: 10px solid white;
    position: relative;
    top: -184px;
    right: -95px;
}

.xialaBox {
    height: 166px;
    width: 180px;
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .08);
    background: white;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.userInfoBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar {
    position: relative;
}

.avatar > p {
    display: flex;
    align-items: center;
    color: #ff9900;
}

.avatar > p > span {
    margin-left: 10px;
}

.avatar img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.avatar > input {
    opacity: 0;
    position: absolute;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    top: 0;
    left: 52px;
    z-index: -1;
}

.userName {
    text-align: center;
    color: #ff9900;
    display: flex;
    align-items: center;
    margin-left: 15px;
}


.userName > span {
    flex-shrink: 0;
}

.userName > b {
    flex-shrink: 0;
    color: #222222;
    font-weight: normal;
    margin-left: 10px;
    margin-right: 15px;
}

.userName > input {
    border: 1px solid #ff9900;
    width: 90%;
    outline: none;
    height: 25px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 15px;
}

.userRecord {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.userRecord>a{
    width: 50%;
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
}

.userRecord>a:hover{
    color: #ff9900;
}

.edit {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 10px;
    right: 5px;
}

.edit > img {
    width: 16px;
}

.loginOut {
    font-size: 12px;
    color: rgba(0, 0, 0, .6);
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}



.regis {
    width: 60px;
    height: 25px;
    text-align: center;
    border-radius: 5px;
    background: #f2f3f5;
    color: #222222;
    font-size: 12px;
    line-height: 25px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.regis > span {
    position: absolute;
    padding: 3px 30px 3px 15px;
    background: #ff9900;
    min-width: 220px;
    box-sizing: border-box;
    left: -165px;
    top: 35px;
    border-radius: 30px;
    line-height: 15px;
    z-index: 9;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.regis > span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #ff9900;
    top: -8px;
    right: 20px;
}

.regis > span > i {
    position: absolute;
    background: url(/cn/mofa/image/closeTip.png) no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    right: 10px;
    top: 10px;
    opacity: .7;

}

.cardCover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.cardBg {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.card {
    position: absolute;
    width: 500px;
    height: 450px;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -200px;
    transform-style: preserve-3d;
    transition: 1s;
    background: white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
    z-index: 2;
}

.card > div {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    backface-visibility: hidden;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card > div > .slogan {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    letter-spacing: 3px;
    margin-left: 35px;
    position: relative;
}

.card > div > .slogan img {
    position: absolute;
    width: 180px;
    right: 20px;
}

.card > .back {
    transform: rotateY(0deg);
}

.card > .front {
    transform: rotateY(180deg);
}

.card > .retrieveBox {
    display: none;
    transform: rotateY(180deg);
}

.card > div > .loginBtn, .register {
    width: 90%;
    height: 35px;
    border: 1px solid black;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    background: black;
    color: white;
    margin: 10px auto;
    cursor: pointer;
}

.card > div > .text {
    margin: 20px 0 0 35px;
    display: flex;
    align-items: center;
}

.card > div > .text > img {
    height: 40px;
}


.card > div > div > input:not(input[type='button']) {
    outline: none;
    border: none;
    width: 300px;
    height: 40px;
}

.noAccount, .getAccount {
    width: 30%;
    text-align: center;
    font-size: 12px;
    color: #222222;
    margin: 0 auto;
}

.noAccount > a, .getAccount > a {
    color: #222222;
}

.loginType {
    margin-left: 35px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.loginType > label {
    margin-right: 20px;
    padding-bottom: 5px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}

.loginType > label.on {
    margin-right: 20px;
    color: #ff9900;
    border-bottom: 2px #ff9900 solid;
}

.loginType input {
    display: none;
}


.accountType {
    margin-left: 35px;
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.accountType > label {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    padding-left: 20px;
}

.accountType > label.on:after {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    background: #ff9900;
}

.accountType > label:before {
    content: '';
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #737373;
}

.accountType > label.on:before {
    border: 1px solid #ff9900;
}

.accountType > label > input {
    display: none;
}

.countdown {
    border: 1px #e0e0e0 solid;
    width: 104px;
    background: none;
    height: 39px;
    cursor: pointer;
}

.areaBox {
    width: 100px;
    margin-right: 10px;
}

.areaBox input {
    border: none;
    padding: 0;
    color: #222222;
}

.el-select-dropdown__item.selected {
    color: #ff9900 !important;
}

.confirmButton {
    background: #ff9900 !important;
    border-color: #ff9900 !important;
}

.typeChange {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 100px);
    margin: 20px 0 0 35px;
}

.typeChange > a {
    font-size: 12px;
    color: #ff9900;
    letter-spacing: 1px;
    margin-left: 30px;
}


.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;
}

.newCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 356px;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

.closeBNew {
    position: absolute;
    top: -40px;
    right: -50px;
    cursor: pointer;
}

.newCenter > p {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 85px;
}

.newCenter > span {
    font-weight: bold;
    font-size: 24px;
    color: #FFFB97;
}

.newCenter > div {
    width: 342px;
    height: 247px;
    margin-top: 150px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newCenter > div > img {
    width: 194px;
    height: 190px;
    margin-bottom: 10px;
}

.newCenter > div > p {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}

.fixed-tool_item_consult {
    background: #ff9900;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.fixed-tool_item_consult > img {
    width: 48px;
}

.fixed-tool_item_consult > p {
    color: white;
    margin-top: 10px;
}

.fixed-tool_item {
    width: 80px;
    height: 94px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, .32);
    box-sizing: border-box;
    font-size: 13px;
    margin-bottom: 10px;
    cursor: pointer;
}

.fixed-tool_item:hover .tanc_mask01 {
    display: block;
}

.tanc_mask01 {
    width: 113px;
    /*height: 107px;*/
    background: #737171;
    position: absolute;
    left: -123px;
    top: -28px;
    border-radius: 10px;
    display: none;
    padding: 10px 13px 10px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
