*{
    padding: 0;
    margin:0;
}
ul li{
    float: left;
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
body{
    background: #fafafa;
}
input:focus,textarea{
    outline: none;
}
.head{
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
}
.head a{
    display: flex;
}
.head .logo{
    width: 156px;
}
.head .active{
    color: #e16215;
}
.head .nav{
    display: flex;
    flex-flow: column;
}
.head .nav ul{
    padding: 0;
    margin-bottom: 10px;
}
.head .nav ul li a{
    padding-right:30px;
    font-size: 12px;
}
.head .nav .search{
    display: flex;
}
.head .search input[type="text"]{
    border-right: 0;    
    border: 1px solid rgba(0,0,0,.3);
    width: 100%;
}
.head .search input[type="text"]:focus{
    outline: none;
    padding-left: 35px;
}
.head .search input[type="text"]::placeholder{
    padding-left: 35px;
    font-size: 12px;
}
.head .search input[type="submit"]{
    border: 0;
    background: #e16215;
    color: white;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
}
.userImg{
	background: url(../image/search.png) no-repeat scroll right center;
    background-size: 20px; 
    width: 20px;
    height: 20px;
    position: absolute;
    margin-left: 10px;
    margin-top: 8px;
}
.login{
    display: flex;
    align-items: flex-end;
    font-size: 12px;
}
.login button{
    background: #e16215;
    color: white;
    padding: 10px;
    border: 0;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}
.login a{
    padding: 10px 0;
    font-size: 14px;
}
.login img{
    width: 30px;
    padding: 3px;
}
.advertisement{
    height: auto;
    background: #ffffff;
    position: relative;
}
.advertisement a img{
    width: 100%;
}
.advertisement>span{
    position: absolute;
    left: 0;
    bottom: 4px;
    background: rgba(0,0,0,.6);
    padding: 3px 20px;
    color: white;
    margin: 0 40px;
    font-size: 12px;
    display: none;
}
.advertisement a{
    text-decoration: none;
    font-size: 12px;
}
.advertisement> a:last-child{
    margin: 0 40px;
    position: absolute;
    left: 74px;
    bottom: 4px;
    background: rgba(0,0,0,.6);
    padding: 3px 20px;
    color: white;
    text-decoration: none;
    display: none;
}
.advertisement> a:last-child:hover{
    color: rgba(0,0,0,.6);
}
.advertisement:hover a,.advertisement:hover span{
    display: block;
}

.module3{
    padding: 13px 0px;
    height: 25px;
}

.module3-title{
    font-size: 16px;
    font-weight: 600;
    float: left;
    width: 10%;
}

.module3-ul li{
    float: left;
    list-style: none;
    margin-right: 50px;
}


.module3-ul li p{
    font-size: 15px;
    text-align: center;
}
.title{
    color: #5d62fa;
    margin: 40px 40px;
}
.card>ul{
    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
    margin: 0 40px;
}
.card ul li{
    /*box-shadow: 0 2px 5px rgba(0,0,0,.4);*/
    width: 19%;
    margin-right: 10px;
    text-align: center;
    /*border-radius: 5px;*/
    padding: 30px 0;
    background: white;
    border-left: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
}
.card ul li img{
    margin:10px;
    width: 125px;
    height: 125px;
}
.card ul li p{
    font-size: 20px;
}
.card_1{
    padding: 0 0px;
}
/*.card_1 ul:after{
    content:'';
    display: block;
    width: 20%;
    padding: 20px 20px 10px 20px;
}*/
.card_1 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card_1 ul li{
    width: 28.3%;
    background: white;
    padding: 20px 20px 10px 20px;
    margin-bottom: 40px;
}
.card_1 .price{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-weight: bold;
}
.card_1 .price span:last-child{
    color: #e16215;
}
.card_1 p{
    border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: rgba(0,0,0,.5);
    font-size: 13px;
}
.logo_1{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
}
.logo_1>i{
    background: #e16215;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-style: normal;
    margin-right: 5px;
}
.logo_1 img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}
.card_1 button{
    background: #e16215;
    color: white;
    border-radius: 5px;
    border: 0;
    padding: 10px 40px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
    cursor: pointer;
}
.card_1 button>a{
    color: white;
}
.members ul{
    display: flex;
    justify-content: center;
}
.members ul li{
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 15px 40px;
    text-align: center;
    margin: 10px;
    position: relative;
    -moz-user-select: none; /*火狐*/
    -webkit-user-select: none; /*webkit浏览器*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*早期浏览器*/
    user-select: none;
}
.members ul li h6{
    color: #e16215;
    font-size: 20px;
    font-weight: lighter;
    margin-top: 20px;
}
.members ul li h6 span{
    font-size: 50px;
    font-weight: bold;
}
.members ul li>span{
    color: rgba(0,0,0,.3);
    display: block;
    font-size: 12px;
    margin: 10px 0;
}
.members ul li button{
    border: 0;
    background: #e16215;
    border-radius: 5px;
    color: white;
    padding: 8px 35px;
}
.members button{
    background: linear-gradient(to right,#4e50e1,#2c2e9b);
    color: white;
    margin: 40px auto;
    display: block;
    border: 0;
    padding: 5px 50px;
    border-radius: 5px;
    font-size: 12px;
}
.members #active{
    background: #fff9f1;
    border-color: #c79439;
}
.members #active:before{
    content: "超值";
    background: #e16215;
    color: white;
    border-radius: 0 5px 0 5px;
    padding:  5px 15px;
    position: absolute;
    right: -1px;
    top: -15px;
}
.foot{
    background: black;
    padding: 20px 0;
}
.foot p{
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 20px;
}
.logins{
    width: 100%;
    background-size:100%
}
.box img{
    position: relative;
}
.box{
background: #eaebff;
    padding: 30px 100px;
    display: flex
;
    flex-flow: column;
    margin: 0 auto;
    width: 20%;
    margin-top: 200px;
}
.box>h3{
    color: #e16215;
    text-align: center;
    font-size: 14px;
    margin-bottom: 50px;
}
.box input{
    border:1px solid #e16215; 
    font-size: 12px;
    padding: 5px 10px;
    color: rgba(0,0,0,.3);
    margin: 10px 0;
    background: #eaebff;
}
.box>a{
    color: #e16215;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 30px;
}
.box>button{
    background: #e16215;
    color: white;
    border: none;
    padding: 5px 0;
}
.box>p{
    color: rgba(0,0,0,.5);
    font-size: 12px;
    margin-top: 20px;
}
.box>p a{
    color: #e16215;
    font-weight: bold;
}
.register{
display: flex
;
    flex-flow: column;
    margin: 0 auto;
    width: 30%;
    margin-top: 200px;
}
.register a{
    background: #e16215;
    border-radius: 20px;
    color: white;
    padding: 10px 200px;
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

.box1 h1{
    border-bottom: 10px solid #e16215;
    width: 50%;
    display: block;
    margin: 70px auto;
}
.box1{
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}
.box1 input{
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
    font-size: 12px;
    padding-bottom: 5px;
    background: transparent;
    width: 100%;
}
.box1 input:focus{
    outline: none;
}
.box1 input::placeholder{
    color: rgba(0,0,0,.3);
}
.box1 .write{
    display: flex;
    position: relative;
}
.box1 .write img{
    position: absolute;
    right: 0;
    width: 12px;
}
.box1 .write a{
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 12px;
    color: rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.7);
    padding: 1px 5px;
    border-radius: 10px;
}
.box1>button{
    background: transparent;
    border: 1px solid rgba(0,0,0,.4);
    width: 20%;
    margin: auto;
    cursor: pointer;
}

/*-------------------------*/
.content{
    width: 55%;
    margin: 0 auto;
    text-align: center;
}
.content h1{
    border-bottom: 10px solid #e16215;
    width: 25%;
    display: block;
    margin: 40px auto;
}
.left{
    width: 45%;
}
.left .write input{
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
    font-size: 12px;
    padding-bottom: 5px;
    background: transparent;
    width: 100%;
}
.left .write input:focus{
    outline: none;
}
.left .write input::placeholder{
    color: rgba(0,0,0,.3);
}
.left .write{
    display: flex;
    position: relative;
        width: 1080px;
}
.left .write img{
    position: absolute;
    right: 0;
    width: 12px;
}
.left .write a{
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 12px;
    color: rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.7);
    padding: 1px 5px;
    border-radius: 10px;
}
.left>button{
    background: transparent;
    border: 1px solid rgba(0,0,0,.4);
    width: 20%;
    margin: auto;
    cursor: pointer;
}
.right{
    width: 1080px;;
    text-align: left;
}
.right p{
    font-size: 12px;
    color: rgba(0,0,0,.3);
}
.right>textarea{
    width: 100%;
    height: 120px;
    border-color: rgba(0,0,0,.3);
    margin-bottom: 40px;
    background: transparent;
}
.right>span{
    border: 1px solid rgba(0,0,0,.3);
    width: 40%;
    height: 60px;
    display: inline-block;
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
}
.right>span:before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgba(0,0,0,.5);
    font-size: 20px;
}
.right>span>input{
    display: none;
}
.right .write input{
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
    font-size: 12px;
    padding-bottom: 5px;
    background: transparent;
    width: 100%;
}
.right input:focus{
    outline: none;
}
.right input::placeholder{
    color: rgba(0,0,0,.3);
}
.right .write{
    display: flex;
    position: relative;
}
.right .write img{
    position: absolute;
    right: 0;
    width: 12px;
}
.right button{
    background: #e16215;
    color: white;
    border: 0;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px;
}
.right button a{
    color: #fff9c2;
    font-size: 12px;
}
.bg{
    width: 100%;
    background-size:100%
}
.txt{
    padding: 40px;
}
.txt p{
    line-height: 30px;
    user-select: none;
}
.set{
    display: flex;
}
.list_left{
    background: linear-gradient(to bottom,#2753ce,#7663fd);
    color: white;
    width: 222px;
    text-align: center;
    min-height: 765px;
}
.list_left>img{
    margin: 50px 0;
    width: 180px;
}
.list_left ul{
    display: flex;
    flex-flow: column;
}
.list_left ul li{
    display: flex;
    align-items: center;
    padding-left: 50px;
    line-height: 40px;
}
.list_left ul li img{
    width: 25px;
}
.list_left ul li a{
    color: white;
    font-size: 13px;
}
.list_left .active{
    background: #4668e3;
}
.list_right{
    width: 85%;
    padding: 0 40px;
}
.list_right .out{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0;
}
.list_right .out a{
    color: #5f5cff;
    margin-left: 8px;
}
.list_right>p{
    background: linear-gradient(to right,#2753ce,#7663fd);
    text-align: center;
    color: #fef22c;
    padding: 10px 0;
    margin: 20px 0;
    font-size: 13px;
}
.list_right>.change_password button,.list_right>button{
    background: #e16215;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    border: 0;
    padding: 5px 40px;
    margin: 40px auto;
    display: block;
}

.change_password{
    width: 30%;
    margin: 50px auto;
}
.change_password input{
    border-bottom: 1px solid rgba(0,0,0,.3);
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 40px;
    font-size: 12px;
    padding-bottom: 5px;
    background: transparent;
    width: 100%;
}
.change_password input:focus{
    outline: none;
}
.change_password input::placeholder{
    color: rgba(0,0,0,.3);
}
.change_password .write{
    display: flex;
    position: relative;
}
.change_password .write img{
    position: absolute;
    right: 0;
    width: 12px;
}
.change_password .write a{
    position: absolute;
    top: -4px;
    right: 0;
    font-size: 12px;
    color: rgba(0,0,0,.3);
    border: 1px solid rgba(0,0,0,.7);
    padding: 1px 5px;
    border-radius: 10px;
}
.list_right table{
    width: 100%;
    text-align: center;
}
.list_right table tr:first-child{
    background: #e16215;
    color: #c8dd78;
    font-size: 13px;
}
.list_right table tr th{
    padding: 10px;
    width: 20%;
}
.list_right table tr td{
    border-bottom: 1px solid rgba(0,0,0,.3);
    padding:20px;
    font-size: 13px;
}
.list_right table tr td a{
    color: #5253ff;
    width: 50px;
    display: inline-block;
}
.page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px;
}
.page a{
    color: #5253ff;
    font-size: 13px;
    width: 50px;
}
.resume{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.resume label{
    width: 15%;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.resume input[type="text"],.resume textarea{
    width: 85%;
    height: 25px;
    border: 1px solid rgba(0,0,0,.2);
    background: transparent;
}
.resume textarea{
    height: 100px;
}
.resume>span{
    border: 1px solid rgba(0,0,0,0);
    background: #cdcdcd;
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.resume>span:before{
    content: "+";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 30px;
}
.btn{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.btn button{
    background: #e16215;
    color: white;
    border-radius: 4px;
    border: 0;
    font-size: 12px;
    padding: 5px 50px;
    margin: 0 10px;
}
.resume i{
    color: rgba(0,0,0,.3);
    font-size: 12px;
    font-style: normal;
    margin-left: 10px;
}
.sex input[type="radio"] {
    display:none;
}
.sex input[type='radio'] + label:before{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #575df9;
    margin-right: 5px;
}
.sex input[type='radio']:checked + label:before{
    background-color: #575df9;
}
.resume select{
    width: 100px;
    height: 27px;
}
.details_title{
    padding: 40px;
}
.details_title h1 i{
    color: #5d4cfd;
    font-style: normal;
    font-size: 28px;
    margin-left: 10px;
}
.details_title p{
    color: rgba(0,0,0,.4);
    font-size: 12px;
    margin: 10px 0;
}
.details_title h5{
    margin: 15px 0;
}
.details_title ul{
    display: flex;
    align-items: center;
}
.details_title ul li{
    background: #e16215;
    color: white;
    border-radius: 5px;
    padding: 5px 25px;
    font-size: 13px;
    margin-right: 25px;
}
.details_content{
    padding: 0 40px 40px 40px;
    display: flex;
    justify-content: space-between;
}
.details_left{
    width: 60%;
}
.details_left h4{
    padding: 20px 0;
}
.details_left p{
    font-size: 14px;
    line-height: 25px;
}
.details_left a{
    background: #6466f9;
    font-size: 12px;
    color: white;
    border: 0;
    border-radius: 3px;
    padding: 5px 20px;
    margin: 20px 0;
    display: inline-block;
}
.details_img{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.details_img img{
    width: 45%;
    border-radius: 5px;
}
.details_right{
    border: 1px solid rgba(0,0,0,.3);
    padding: 20px;
    width: 20%;
}
.details_right h4{
    text-align: center;
    margin-bottom: 20px;
}
.details_right ul{
    display: flex;
    flex-flow: column;
}
.details_right ul li{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.details_right ul li img{
    width: 30px;
    margin-right: 20px;
}
.details_right p{
    font-size: 12px;
}
.details_right a{
    background: #6466f9;
    font-size: 12px;
    color: white;
    border: 0;
    border-radius: 3px;
    padding: 5px 20px;
    margin: 20px 0;
    display: inline-block;
}
.details_right ul li div p:first-child{
    color: rgba(0,0,0,.3);
}
.form{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.form table tr{
    line-height: 50px;
}
.form table tr td input{
    width: 98.9%;
    font-size: 13px;
    padding: 5px;
}
.form table tr td select{
    width: 100%;
    font-size: 13px;
    padding: 5px;
}
.form table tr td button{
    border: 1px solid rgba(0,0,0,.3);
    background: rgba(0,0,0,.1);
    color: rgba(0,0,0,.6);
    font-size: 13px;
    padding: 5px 20px;
    cursor: pointer;
}
.form table tr td:first-child{
    width: 100px;
    font-size: 13px;
}
.form div span{
    width: 10%;
}
.form textarea{
    width: 100%;
    height: 200px;
}
.form input[type="submit"]{
    background: blue;
    border-radius: 3px;
    color: white;
    font-size: 13px;
    padding: 4px 10px;
    border: 0;
    margin: 30px;
}