html, body, div, span, iframe,input,select, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}
main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 公共样式结束 */
.index .index-1{
    margin-top: 18px;
    width: 100%;
    height: 169px;
    background-color: #fff;
}
.index .index-1 .left{
    width: 171px;
    height: 169px;
    text-align: center;
    padding-top: 56px;
}
.index .index-1 .left h4{
    font-size: 21.96px;
    color: #7c17e0;
    margin-bottom: 15px;
}
.index .index-1 .left p{
    color: #7c17e0;
    font-size: 20px;
    margin-bottom: 20px;
}
.index .index-1 .left button{
    width: 79px;
    height: 37px;
    background-color: #781ee2;
    font-size: 14px;
    color: #ffffff;
    border-radius: 20px;
    letter-spacing: 1px;
    border: none;
    outline: none;
    cursor: pointer
}
.index .index-1 .right{
    width: 997px;
    height: 100%;
    padding: 11px 60px 0px 13px;
    margin-left: 32px;
    border-left: 1px solid #e5e5e5;
}
.index .index-1 .right ul li{
    display: flex;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #e5e5e5;
    position: relative;
}
.index .index-1 .right ul li p{
    font-family: pfm;
    font-size: 14px;
    color: #333333;
    width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index .index-1 .right ul li .jiage{
    height: 20px;
    overflow: hidden;
    margin: 14px 15px;
    display: flex;
    align-items: center;
    background-color: #ffe1e9;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.index .index-1 .right ul li .jiage span{
    color: #e62258;
    font-family: pfm;
    padding: 0 3px;
}
.index .index-1 .right ul li .jiage-1{
    background-color: #f3fff8;
}
.index .index-1 .right ul li .jiage-1 span{
    color: #32b16c;
}
.index .index-1 .right ul li em{
    font-size: 14px;
    font-family: pfm;
    color: #999;
    text-decoration:line-through;
}
.index .index-1 .right ul li .shij{
    text-decoration: none;
    position: absolute;
    right: 0;
}
.index .index-1 .right ul li .quq{
    position: absolute;
    left: -19px;
    top: 50%;
    transform: translate(-0%, -50%);
}

.index .index_list{
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin-top: 18px;
    padding-left: 10px;
}
.index .index_list .top{
    line-height: 68px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 24px;
    color: #222222;
}
.index .index_list .top .border{
    width: 6px;
    height: 23px;
    background-color: #663fe7;
    border-radius: 3px;
    margin-top: 22.5px;
    margin-right: 12px;
}
.index .index_list .top span{
    font-size: 14px;
    color: #999999;
    margin-left: 25px;
}
.index .index_list .bottom{
    margin: 25px 0;
}
.index .index_list .bottom ul{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.index .index_list .bottom ul li{
    width: 20%;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}
.index .index_list .bottom ul li a{
    color: #663fe7;
    width: 85%;
    display: inline-block;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}
.index .index_list .bottom-new1 ul li a img{
    margin: 0 auto;
    width: 110px;
    height: 110px;
}
.index .index_list .bottom-new1 ul li a{
    color: #222;
}
.index .index_list .bottom-new2{
    margin: 25px 0px;
}
.index .index_list .bottom-new2 ul li{
    width: 20%;
    margin-bottom: 30px;
}
.index .index_list .bottom-new2 ul li a{
    display: flex;
    align-items: center;
    color: #222;
    width: 100%;
}
.index .index_list .bottom-new2 ul li a img{
    width: 60px;
    height: 60px;
    margin-right: 16px;
    border-radius: 50%;
}

.index .index_list .bottom-new3{
    margin: 25px 0px;
}
.index .index_list .bottom-new3 ul li{
    width: 33%;
}
.index .index_list .bottom-new3 ul li a{
    color: #222;
}
.index .index_list .bottom-new3 ul li a img{
    width: 324px;
    height: 151px;

}
.details-head{
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 12px;
    color: #666;
    font-family: ssr;
}
.details-1{
    width: 100%;
    padding: 28px;
    background-color: #fff;
    overflow: hidden;
}
.details-1 .right{
    margin-left: 45px;
    width: 738px;
}
.details-1 .right .bt{
    margin-bottom: 17px;
}
.details-1 .right .bt button{
    float: left;
    width: 67px;
    height: 22px;
    background-image: linear-gradient(to right,#f34a4a,#f55eab);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 8px;
    margin-top: 5px;
}
.details-1 .right .bt button.cdk{
    float: left;
    width: 67px;
    height: 22px;
    background-image: linear-gradient(to right,#0b9aee,#53db70);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 5px;
}
.details-1 .right .bt h1{
    line-height: 32px;
    font-size: 20px;
    color: #222222;
    letter-spacing: 1px;
}
.details-1 .right .fenl ul{
    display: flex;
    align-items: center;
}
.details-1 .right .fenl ul li{
    width: 103px;
    height: 25px;
    border-radius: 3px;
    margin-right: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
}
.details-1 .right .fenl ul .fenl-1{
    background-color: #e5fffd;
    color: #08b1a4;
}
.details-1 .right .fenl ul .fenl-2{
    background-color: #ece5ff;
    color: #683be7;
}
.details-1 .right .fenl ul .fenl-3{
    background-color: #fff1e9;
    color: #e76821;
}
.details-1 .right-1{
    width: 100%;
    height: 130px;
    background-color: #fbfbfb;
    margin-top: 24px;
    border-radius: 10px;
    padding: 18px;
}
.details-1 .right-1 .left-11{
    width: 50%;
    height: 100%;
    border-right: 1px solid #dfdfdf;
    padding: 5px 0;
}
.details-1 .right-1 .left-11 ul li{
    font-size: 14px;
    color: #222;
    display: flex;
    align-items: center;
}
.details-1 .right-1 .left-11 ul li:nth-child(2){
    margin: 5px 0;
}
.details-1 .right-1 .left-11 ul li button{
    width: 51px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    background: url(../images/button-bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 5px;
    text-align: center;
}
.details-1 .right-1 .left-11 ul li span{
    font-size: 24px;
    color: #f34d58;
    line-height: 30px;
    font-weight: bold;
}
.details-1 .right-1 .left-11 ul li em{
    font-size: 14px;
    color: #999;
    line-height: 30px;
    margin-left: 15px;
    text-decoration:line-through;
}
.details-1 .right-1 .left-11 ul li p{
    font-size: 14px;
    color: #666;
}
.details-1 .right-1 .right-11{
    margin-left: 75px;
    padding: 5px 0;
    font-size: 14px;
    color: #222;
    width: 39%;
}
.details-1 .right-1 .right-11 p{
    margin-bottom: 18px;
}
.details-1 .right-1 .right-11 ul li span{
    margin: 0 10px;
    margin-right: 25px;
    color: #666;
}
.details-1 .btn{
    margin-left: 45px;
    height: 67px;
    width: 230px;
    margin-top: 34px;
    background-image: linear-gradient(to right,#f34a4b,#f55eac);
    font-size: 20px;
    color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    padding: 0 57px;
    outline: none;
    cursor: pointer;
}
.details-1 .btn a{
    color: #fff;
}
.details-1 .btn p{
    margin-left: 8px;
    line-height: 22px;
}

.details-2{
    width: 100%;
    background-color: #fff;
    margin-top: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}
.details-2 .top{
    display: flex;
    align-items: center;
    height: 68px;
    padding-left: 16px;
    border-bottom: 1px dashed #e5e5e5;
}
.details-2 .top .border{
    width: 6px;
    height: 23px;
    background-color: #663fe7;
    border-radius: 3px;
    margin-right: 12px;
}
.details-2 .top h4{
    font-size: 18px;
    color: #787878;
    font-weight: bold;
    line-height: 23px;
}
.details-2 .bottom{
    width: 100%;
    line-height: 36px;
    padding: 20px;
}
.details-2 .bottom img{
    margin: 0 auto;
}
.list-1{
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}
.list-1 .top{
    margin: 20px 11px;
    background-color: #f7f5ff;
    border: 1px solid #d2d2d2;
    padding-left: 28px;
    height: 60px;
    line-height: 60px;
}
.list-1 .top ul{
    overflow: hidden;
    display: flex;
}
.list-1 .top ul li{
    margin-right: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.list-1 .top ul li p{
    float: left;
    margin-right: 5px;
    font-size: 12px;
    color: #333;
}
.list-1 .top ul li img{
    float: left;
}
.list-2{
    overflow: hidden;
    margin-left: 31px;
    padding-right: 56px;
    margin-bottom: 10px;
}
.list-3{
    margin-left: 20px;
    width: 861px;
    /*overflow: hidden;*/
    height: 182px;
    border-bottom: 1px dashed #eeeeee;
}
.list-3 .left{
    width: 586px;
}
.list-3 .left .bt{
    margin-bottom: 17px;
}
.list-3 .left .bt button{
    float: left;
    min-width: 67px;
    height: 22px;
    background-image: linear-gradient(to right,#f34a4a,#f55eab);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-radius: 8px;
    margin-top: 5px;
}
.list-3 .left .bt .cdk{
    float: left;
    min-width: 67px;
    height: 22px;
    background-image: linear-gradient(to right,#0b9aee,#53db70);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    border: none;
    outline: none;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 5px;
}
.list-3 .left .bt h1{
    line-height: 32px;
    font-size: 20px;
    color: #222222;
    letter-spacing: 1px;
    font-weight: normal;
	margin-left:73px;
}
.list-3 .left .bt h1 a{
    color: #222222;
}
.list-3 .left .fenl ul{
    display: flex;
    align-items: center;
}
.list-3 .left .fenl ul li{
    width: 103px;
    height: 25px;
    border-radius: 3px;
    margin-right: 12px;
    font-size: 12px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
}
.list-3 .left .fenl ul .fenl-1{
    background-color: #e5fffd;
    color: #08b1a4;
}
.list-3 .left .fenl ul .fenl-2{
    background-color: #ece5ff;
    color: #683be7;
}
.list-3 .left .fenl ul .fenl-3{
    background-color: #fff1e9;
    color: #e76821;
}
.list-3 .left .spbh{
    font-size: 14px;
    color: #666666;
    margin-top: 25px;
}
.list-3 .right{
    float: right;
    width: 16%;
}
.list-3 .right .p1{
    font-size: 14px;
    color: #999;
    text-decoration:line-through;
    line-height: 32px;
}
.list-3 .right .p2 span{
    color: #f34d58;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}
.list-3 .right .p2 span button{
    width: 51px;
    height: 17px;
    font-size: 12px;
    color: #fff;
    line-height: 17px;
    background: url(../images/button-bg.png) no-repeat;
    background-size: 100% 100%;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 2px;
    text-align: center;
    float: right;
    margin-top: 5px;
    position: absolute;
}
.list-3 .right .p3{
    font-size: 14px;
    color: #666;
    line-height: 32px;
}
.list-3 .right .p4{
    width: 105px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #d2d2d2;
	text-align:center;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right,#ca000c,#ff0211);
    border-radius: 12px;
    margin-top: 22px;
}
.list-3 .right img{
    margin-right: 8px;
    margin-left: 15px;
}
.list-4 {
    
    width: 36%;
    margin: 0 auto;
    margin-bottom: 38px;
}
.list-4 ul{
    display: flex;
    align-items: center;
}
.list-4 ul li{
    margin-right: 8px;
    width: 45px;
    height: 45px;
    border: 1px solid #d2d2d2;
    line-height: 45px;
    font-size: 16px;
    color: #595757;
    text-align: center;
}
.list-4 ul li.index{
    background-color: #4d6bf0;
    color: #fff;
    border: none;
}
.list-4 ul .fy{
    width: 120px;
    height: 45px;
}
.list-4 ul .dian{
    width: 20px;
    border: none;
}