[v-cloak] {
    display: none !important;
}

a{
    cursor: pointer;
}
.top{
    /*padding-top: 20px;*/
}
.top_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 15%;
}

.top_item_fixed{
    position: fixed;
    left: 0;
    top: 58px;
    width: 69.5%;
    background: white;
    z-index: 999;
}

.fixed_top0{
    top: 0px;
}



.top_item_a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_item_a img{
    width: 40px;
}
.top_item_a img:hover{
    /*border: 1px solid #ff7651;
    border-radius: 45px;*/
}
.top_item_btn01{
    border: 1px solid #606266;
    font-weight: bold;
    color: #606266;
    border-radius: 15px;
    padding: 3px 20px;
}
.top_item_btn02{
    font-weight: bold;
    color: #ffffff;
    background: #ff5e1d;
    border-radius: 15px;
    padding: 3px 20px;
}

.item01{
}
.item_img01{
    width: 100%;
    min-width: 1000px;
}
.register {
    display: flex;
    text-align: center;
    position: absolute;
    top: 190px;
    right: 18%;
}
.register_title {
    margin: 0px auto 10px auto;
    font-size: 30px;
}
.register_title02 {
    margin: 0px auto 30px auto;
    color: #ff5959;
    width: 275px;
}
.register_title03 {
    display: inline-flex;
    margin: 0px auto 30px auto;
    width: 285px;
    font-weight: lighter;
}


.register .el-input,
.register .el-input__inner{
    height: 45px;
    line-height: 45px;
}

.btn01 {
    width: 160px;
    background-image: linear-gradient(90deg, #FF7465 1%, #ff5234 100%);
    border: 0;
    border-radius: 50px;
    font-size: 23px;
    color: #ffffff;
    letter-spacing: 2.5px;
    padding: 15px 0px;
}
.btn01:hover,
.register .el-button--primary{
    background-image: linear-gradient(90deg, #FF7465 1%, #ff2332 100%);
}
.register .el-form-item__error {
    width: 100%;
    text-align: center;
}

.register-form {
    border-radius: 30px;
    width: 340px;
    height: 400px;
    padding: 25px 25px 5px 25px;
    background: hsla(0, 0%, 100%, 0.4);
    border: 1px solid rgba(255,255,255,.3);
}
.register-tip {
    font-size: 13px;
    text-align: center;
    color: #bfbfbf;
}
.register-code {
    width: 33%;
    height: 38px;
    float: right;
}
.register-code-img {
    height: 38px;
}
.register .el-tabs__item{
    color: white;
}

.bottomImg{
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    padding: 0 8px 0 0;
}

.checkedWeb{
    font-weight: bold;
    font-size: 22px;
}

.right_menu{
    position: fixed;
    bottom: 25%;
    right: 1%;
    max-width: 60px;
    border-radius: 50px;
    box-shadow: 0 0 6px 0 #dcdfe6;
    padding: 20px 10px;
    background: white;
}

.right_menu img{
    width: 60px;
    margin: 15px 0px 10px 0px;
    cursor: pointer;
}

/*隐藏默认客服按钮*/
#chatBtn{
    display: none !important;
}