#app{
    text-align: center;
    background: #f5f7f9;
    font-size: 0px;
    font-family: sans-serif;
}
.kuang{
    width: 1380px;
    display: inline-block;
    margin: 50px 0px;
    font-size: 16px;
}
.clear{
    clear: both;
}
.account_nav{
    width: 18%;
    background: #fff;
    padding: 25px 0px;
    float: left;
}
.account_name{
    font-size: 18px;
    color:#202a33;
    margin: 10px 0px 8px 0px;
}
.account_point{
    font-size: 16px;
    color:#9e9e9e;
    margin-bottom: 30px;
}
.account_nav ul li{
    font-size: 16px;
    margin: 0;
}
.account_nav ul li a{
    color: #001428;
    display: inline-block;
    width: 100%;
    padding: 15px 0px;
}
.account_nav ul li a:hover{
     color: #fff;
  background: #2883de;
  transition: 0.2s all;
}
.account_nav ul li a.router-link-exact-active{
  /* 这里是active状态的样式 */
  color: #fff;
  background: #2883de;

}
.account_content{
    padding: 4% 7%;
    width: 78%;
    background: #fff;
    float: right;
    font-size: 16px;
}
.account_content h2{
    font-size: 20px;
    text-align: left;
}
.input_b{
    border: none;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px;
    width: 77%;
}
.input_half{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}
.input_half p{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.input_half p span{
    width: 20%;
    display: inline-block;
    text-align: right;
    color: #03101b;
}
.input_full{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0px;
}
.input_full span{
    width: 9.9%;
    display: inline-block;
    text-align: right;
    color: #03101b;
}
.input_c{
    border: none;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px;
    width: 89%;
}
.save_but{
    border: none;
    border-radius: 30px;
    background: #2883de;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px 40px;
    font-weight: unset;
}
.point_text{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.point_text span{
    font-size: 24px;
    color:#2883de;
}
.point_text a{
    border-radius: 30px;
    border: 1px solid #2883de;
    padding: 8px 30px;
    display: inline-block;
    color: #2883de;
}
#point_info_table tr th {
    background-color: #2883de;
    color: #fff;
    
}
#point_info_table{
    margin-top: 20px;
    text-align: center;
}
#point_info_table  tr td, #point_info_table  tr th{
    text-align: center;
}

.product_con{
    margin-top:30px;
}
.product_con ul{
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(4,1fr);
    display: grid;
    grid-gap: 20px;
}
.product_con ul li{
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 0;
    text-align: left;
}
.product_con ul li .product_number{
    margin: 15px 0px;
    color: #2883de;
}
.product_con ul li .product_number span{
    font-size: 24px;
    display: inline-block;
    margin-right: 5px;
}
.product_con ul li .product_title{
    color: #444444;
    font-size: 16px;
}
.product_con ul li .product_but{
    background: #2883de;
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;
}
.product_con ul li img{
    width: 100%;
}
.capoint_h2{
    margin-bottom: 10px;
}
.user_point{
    font-size: 18px;
}
.user_point span{
    color: #2883de;
}
.my_pagenav {
    text-align: center;
    margin: 20px 0px;
}
.my_pagenav  ul li{
    margin: 5px;
    list-style-type: none;
    display: inline-block;
}
.my_pagenav  ul li a{
    color: var(--wd-link-color);
    /*margin-left: calc( 13px/2 );*/
    /*margin-right: calc( 13px/2 );*/
}
.my_pagenav  ul li a.active{
    color: #ffffff;
    background: #002FA7;
    padding: 5px 8px;
}
.single_top_left{
    width: 36%;
    float: left;
}
.single_top_left img{
    width:100%;
}
.single_top_right{
    width: 60%;
    float: right;
    text-align: left;
}
.single_top_right_box{
    background: #d7e8fa;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 20px 0px;
}
.single_top_right_box p{
    margin: 10px 0px;
}
.single_top_right_box p strong{
    color:#2883de;
    font-size: 24px;
    margin-right: 5px;
}
.single_top_right_box p span{
    margin-right: 5px;
}
.click_exchange{
    background: #2883de;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    font-size: 13px;
    display: inline-block;  
    cursor: pointer;
}
.single_bottom{
    margin-top: 30px;
    text-align: left;
}
.single_bottom_h3{
    border-bottom: 1px solid #d7e8fa;
}
#exchange{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a1;
    height: 100%;
    width: 100%;
    z-index: 111;
    font-size: 16px;
    font-family: sans-serif;
}
.product_detail{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;  
}
.product_detail img{
    margin-right: 20px;
}
.exchange_form{
     margin: 30px 0px;  
}

.exchange_box{
    background: #f5f7f9;
    width: 800px;
    margin: 0 auto;
    top: 10%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 30px;
}
.exchange_box_close{
    float: right;
    cursor: pointer;
}
.exchange_box h4{
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #d7e8fa;
    padding-bottom: 10px;
}
.exchange_form .half_input{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
}
.exchange_form .half_input p{
    margin: 0;
    width: 45%;
}
.exchange_form label{
    margin: 0;
    font-size: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.exchange_form input{
    background: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    color: #060606;
}
.exchange_form span{
    color:red;
    margin-right: 5px;
}
.half_input,.full_input{
    margin: 10px 0px;
}
.exchange_form .click_exchange{
    width: 100%;
    margin-top: 20px;
}
.product_detail_text{
    font-style: 16px;
    text-align: left;
}
.product_detail_text strong{
    font-size: 16px;
    color: #2883de;
}
[v-cloak] {
  display: none;
}
.login_fix{
    position: fixed;
    top: 0;
    left: 0;
    background: #000000a1;
    height: 100%;
    width: 100%;
    z-index: 111;
    font-size: 16px;
    font-family: sans-serif;
}

.login_box{
    background: #ffffff;
    width: 550px;
    margin: 0 auto;
    top: 15%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 30px;
    border-radius: 30px;
}
.login_box_close{
    float: right;
    cursor: pointer;
}
.login_box h4{
    font-size: 18px;
    margin: 0;
    border-bottom: 1px solid #d7e8fa;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.login_form{
     margin: 10px 0px;  
}
.login_form input{
    background: #f6f6f6;
    border: none;
    width: 100%;
    padding: 10px;
    margin: 10px 0px;
    max-width: unset;
}
#click_activity .memberActivity{
    font-size: 15px;
    color: #FFFFFF;
    background-color: #2883DE;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-top: 15px;
    cursor: pointer;
}
.sendCode_box{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.sendCode_box input{
    width: 78%;
}
.sendCode_box button{
    width: 20%;
    padding: 12.5px;
    height: 40px;
    margin: 0;
    background: #cee6ff;
    border-radius: 8px;
}
.sendLogin{
    background: #2883de;
    width: 100%;
    border-radius: 8px;
    margin: 10px 0px;
    color: #fff;
    font-weight: unset;
    font-size: 16px;
    padding: 15px;
}
.other_login{
    text-align: center;
}
.other_login img{
    margin: 15px 10px;
}
.go_control a{
    cursor: pointer;
}
.other_login a{
    display: inline-block;
}
.login_contorl{
    display: flex;
    font-family: "Inter", Sans-serif;
    font-size: 15px;
    color: #FFFFFF;
    background-color: #2883DE;
    border-radius: 30px;
    padding: 12px 20px 12px 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.login_contorl div{
    cursor: pointer;
}
.login_contorl span{ 
    margin: 0px 5px;
}
.login_contorl a{
    color: #fff;
}
.virtual_con ul {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-gap: 30px;
}
.virtual_con ul li{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(37, 44.00000000000001, 48, 0.14);
    background-color: #FFFFFF; 
    margin: 0;
    list-style-type: none;
}
.virtual_con ul li img  {
    transition: 0.2s;
}
.virtual_con ul li:hover img  {
    filter: brightness( 73% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.virtual_con ul li a {
    color: #272727;
    font-family: "Inter", Sans-serif;
    font-size: 20px;
    line-height: 1.4em;
    cursor: pointer;
}
.virtual_con ul li a:hover {
    color: #2883DE;
}
.virtual_con ul li .product_title{
    margin: 20px 14px;
    display: inline-block;
    font-weight: bold;
}
@media screen and (max-width: 1380px) {
    .kuang{
        width:1000px;
    }
}
@media screen and (max-width: 1000px) {
    .kuang{
        width:100%;
    }
    #app .kuang{
        width:95%;
    }
    .virtual_con ul {
        padding: 0;
        margin: 0;
        grid-template-columns: repeat(2,1fr);
        display: grid;
        grid-gap: 10px;
    }
    .product_con ul {
        padding: 0;
        margin: 0;
        grid-template-columns: repeat(2,1fr);
        display: grid;
        grid-gap: 10px;
    }
    .capoint_h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .user_point {
        font-size: 16px;
    }
    .account_nav {
        width: 100%;
        background: #fff;
        padding: 25px 0px;
        float: left;
        padding-bottom: 0px;
    }
    .account_content {
        width: 100%;
        margin-top: 20px;
        padding: 10px;
    }
    .input_half {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .input_half p span,.input_full span{
        text-align: left;
    }
    .input_half p ,.input_full{
        font-size: 14px;
        margin: 0;
    }
    .input_full span{
        width:20%;
    }
    .input_b{
        padding: 10px;
    }
    .input_c {
        padding: 10px;
        width: 77%;
    }
    .save_but{
        margin-top: 30px;
    }
    .account_point {
        margin-bottom: 10px;
    }
    .account_nav ul li ,.account_point{
        font-size: 14px;
        margin: 0;
    }
    .account_nav ul li a {
        padding: 10px 0px;
    }
    #point_info_table tr td, #point_info_table tr th {
        text-align: center;
        padding: 10px;
        font-size: 14px;
    }
    .single_top_left{
        width:100%;
    }
    .single_top_right {
        width: 100%;
        margin-top: 30px;
    }   
    .single_top_right_box p {
        margin: 10px 0px;
        font-size: 14px;
    }
    .single_top_right h3,.single_bottom_h3{
        font-size: 18px;
    }
    .abstract p{
        font-size: 14px;
    }
    .single_top_right_box {
        background: #d7e8fa;
        padding: 10px 15px;
        border-radius: 10px;
        margin: 20px 0px;
    }
    .single_text{
        font-size: 14px;
        line-height: auto;
        word-wrap:break-word
    }
    .exchange_box {
        background: #f5f7f9;
        width: 95%;
        margin: 0 auto;
        top: 10%;
        position: absolute;
        left: 0;
        right: 0;
        padding: 10px;
        border-radius: 10px;
    }
    .product_detail {
        display: none;
    }
    .product_detail_text{
        margin-top: 20px;
        font-size: 14px;
    }
    .exchange_form label{
        font-size: 14px;
    }
    .mob{
        display: none;
    }
    .login_box{
        width: 95%;
        padding: 10px;
        border-radius: 10px;
    }
    .sendCode_box input {
        width: 70%;
    }
    .sendCode_box button {
        width: 28%;
    }
}