* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}



#test {
    background: #f7f7f7;
    font-family: "微软雅黑";
}

#test .testBanner {
    width: 100%;
}

#test .testBanner>img {
    width: 100%;
    display: block;
}

#project {
    margin-bottom: 68px;
}

#project .hideBox {
    display: none !important;
}


#project .centerSpace {
    width: 996px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#project .marT12 {
    margin-top: 12px;
}

#project .marT30 {
    margin-top: 30px;
}

#project .topHead {
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    padding-right: 16px;
}

#project .topHead .title {
    font-size: 16px;
    font-family: 'PingFang SCBold';
    line-height: 22px;
    color: #333333;
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

#project .topHead .title::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 24px;
    background: #0099AD;
    border-radius: 4px;
    margin-right: 14px;
}

#project .topHead .title>span {
    color: #0099AD;
}

#project .topHead .title>p {
    font-size: 16px;
    font-family: 'PingFang SCBold';
    line-height: 22px;
    color: #333333;
    margin-right: 20px;

    background: #FFFFFF;

}

#project .topHead .title>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #FFFFFF;

}



#project .topHead .title>div>.option {
    font-size: 14px;
    line-height: 20px;
    padding: 4px 12px;
    color: #666666;
    margin-right: 10px;
    background: #FFFFFF;
    cursor: pointer;
}

#project .topHead .title>div>.active {
    color: #333333;
    font-family: 'PingFang SCBold';
    background: #f7f7f7;
}

#project .topHead .more {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #FFFFFF;
}

#project .topHead .more:hover {
    color: #0099AD;
}

#project .topHead .more::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(/static/v2/img/project9.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 4px;
}

#project .topHead .more:hover::after {

    background: url(/static/v2/img/project14.png) no-repeat;
    background-size: 100% 100%;
}

#project .textTetail {
    margin-top: 12px;
    padding: 16px 20px 16px 16px;
    background: #FFFFFF;
    border-radius: 4px;

}

#project .textTetail img {
    max-width: 96%;
}

#project .textTetail>div {
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    background: #FFFFFF;
    text-indent: 28px;
}

#project .textTetail>div:nth-of-type(n+2) {
    margin-top: 20px;
}

#project .optionBox {
    margin-top: 16px;
    border-radius: 4px;
    padding: 8px 0 9px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#project .optionBox .option {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
    margin-right: 30px;
    cursor: pointer;
}

#project .optionBox .active {
    font-family: 'PingFang SCBold';
    color: #0099AD;
}

#project .optionBox .active::after {
    width: 100%;
    height: 2px;
    display: block;
    content: "";
    background: #0099AD;
}

#project .centerWrap {
    width: 996px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#project .height1 {
    overflow: hidden;
}




#project .centerWrap .cardS1 {
    width: 240px;
    height: 268px;
    background: #FFFFFF;
    border-radius: 4px;
    margin-right: 10px;
    margin-top: 12px;
    padding: 10px 10px 16px 10px;
    position: relative;
}

#project .centerWrap .cardS1:hover {
    border: 1px solid #0099AD;
}

#project .centerWrap .cardS1:nth-of-type(4n) {
    margin-right: 0px;
}

#project .centerWrap .cardS1>img {
    display: block;
    width: 220px;
    height: 160px;
    margin: 0 auto;
}

#project .centerWrap .cardS1>.name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FFFFFF;

}

#project .centerWrap .cardS1>.orderInfo {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
    color: #AAAAAA;
    text-align: center;
    background: #FFFFFF;

}

#project .centerWrap .cardS1>.orderInfo span {
    color: #0099AD !important;
    font-family: 'PingFang SCBold';
    font-size: 13px;

}

#project .centerWrap .cardS1>.orderInfo>p {
    background: #FFFFFF;
}

#project .centerWrap .cardS1:hover>.orderInfo {
    display: none;
}

#project .centerWrap .cardS1>.orderInfo>P:nth-of-type(2) {
    margin-top: 5px;
}

#project .centerWrap .cardS1>.nowBtn {
    width: 100px;
    height: 36px;
    background: #0099AD;
    border-radius: 4px;
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
    text-align: center;
    display: none;
    margin: 10px auto 0 auto;
}

#project .centerWrap .cardS1:hover>.nowBtn {
    display: block;
}

#project .centerWrap .cardS1>.hot {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 0px;
}

#project .noSearchRecord {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    margin: 22px 0 30px 0;
}

#project .noSearchRecord>a {
    color: #0099AD;
}

#project .askAnswerBox {
    margin-top: 12px;
    width: 996px;
    background: #FFFFFF;
    border-radius: 4px 4px 0px 0px;
    padding: 16px;
    display: block;
}

#project .askAnswer {
    background: #FFFFFF;
    padding: 14px;
    cursor: pointer;
}

#project .askAnswer img {
    max-width: 96%;
}

#project .askAnswer>div:nth-of-type(1) {
    line-height: 20px;

    font-size: 14px;
    font-family: 'PingFang SCBold';
    color: #000000;
    word-wrap: break-word;
    word-break: break-all;
    background: #FFFFFF;

}

#project .askAnswer>div:nth-of-type(2) {
    margin-top: 14px;
    line-height: 22px;

    font-size: 13px;
    color: #666666;
    word-wrap: break-word;
    word-break: break-all;
    background: #FFFFFF;
    text-indent: 26px;

}

#project .askAnswer>div:nth-of-type(2) p {
    font-size: 13px;
    color: #666666;
    text-indent: 26px;
}

#project .askAnswer:hover {
    background: #f7f7f7;
}

#project .askAnswer:hover>div {
    background: #f7f7f7;
}

#project .addAsk {
    width: 996px;
    height: 48px;
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0099AD;
}

#project .addAsk::before {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    display: inline-block;
    content: "";
    background: url(../image/add2.png) no-repeat;
    background-size: 100% 100%;
}




#project .bigCard {
    margin-top: 12px;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
}

#project .bigCard .listBox {
    width: 552px;
    border-radius: 8px;
}

#project .bigCard .imgBox {
    width: 396px;
    height: 230px;
    border-radius: 8px;
}

#project .bigCard .imgBox>img {
    width: 396px;
    height: 230px;
    border-radius: 8px;
}

#project .bigCard .listBox .list {
    width: 552px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 14px;
    position: relative;
    display: block;
}

#project .bigCard .listBox .list>p:nth-child(1) {
    width: 520px;
    height: 22px;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

#project .bigCard .listBox .list:hover>p:nth-child(1) {
    color: #333333;

}

/* #project .bigCard .listBox .list:hover {
 background: #f7f7f7;
} */

#project .bigCard .listBox .active::before {
    display: inline-block;
    content: "";
    width: 9px;
    height: 12px;
    background: url("../image/triangle1.png");
    background-size: 100% 100%;
    position: absolute;
    top: 19px;
    left: -4px;
}

#project .bigCard .listBox .list .praise {
    display: none;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
}

/* #project .bigCard .listBox .list:hover .praise {
 display: flex;
} */

#project .bigCard .listBox .active .praise {
    display: flex;
}

#project .bigCard .listBox .active {
    background-color: #f7f7f7
}

#project .bigCard .listBox .list .praise .nocheck {
    width: 14px;
    height: 14px;
    background: url("../image/forward1.png");
    background-size: 100% 100%;
    cursor: pointer;
}

#project .bigCard .listBox .list .praise .check {
    width: 14px;
    height: 14px;
    background: url("../image/forward2.png");
    background-size: 100% 100%;
    cursor: pointer;
}

#project .bigCard .listBox .list .praise .time {
    height: 18px;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

#project .exampleList {
    display: flex;
    flex-wrap: wrap;
}

#project .exampleList .cardS2 {
    display: block;
    margin-top: 12px;
    margin-right: 12px;
    width: 240px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 10px 18px 10px;
}

#project .exampleList .cardS2:hover {
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

#project .exampleList .cardS2:nth-of-type(4n) {
    margin-right: 0px;
}

#project .exampleList .cardS2>img {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 160px;
}

#project .exampleList .cardS2>p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

#project .exampleList .cardS3 {
    display: block;
    margin-top: 12px;
    margin-right: 12px;
    width: 240px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 30px 0;
}

#project .exampleList .cardS3>img {
    display: block;
    margin: 20px auto 0 auto;
    width: 192px;
    height: 60px;
}

#project .exampleList .cardS3:hover>img {
    margin-top: 0px;
}

#project .exampleList .cardS3:nth-of-type(4n) {
    margin-right: 0px;
}

#project .exampleList .cardS3:hover {
    border: 1px solid #0099AD;
}

#project .exampleList .cardS3>p {
    margin-top: 11px;
    font-size: 14px;
    line-height: 20px;
    color: #1A1311;
    text-align: center;
}

#project .exampleList .cardS3>div {
    display: none;
    margin-top: 29px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #0099AD;

    justify-content: center;
    align-items: center;
}

#project .exampleList .cardS3>div::after {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../image/arrow-right2-2.png) no-repeat;
    background-size: 100% 100%;
}

#project .exampleList .cardS3:hover>div {
    display: flex;

}

#project .paperCase {
    width: 996px;
    margin: 12px auto 0 auto;
    padding: 20px 20px 24px 18px;
    background: #FFFFFF;
    position: relative;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    /*定义整体的宽度*/
    /*定义滚动条轨道*/
    /*定义滑块*/
}

#project .paperCase .title {
    margin: 0 !important;
    border-radius: 8px;
}

#project .paperCase .title li>div {
    font-size: 17px;
    font-family: PingFang SC;
    font-family: 'PingFang SCBold';
    line-height: 24px;
    color: #333333;
    background: #f7f7f7;
}

#project .paperCase ul li {
    width: 100%;
    display: flex;
    border-radius: 8px;
}

#project .paperCase ul li>div {
    min-height: 60px;
    padding: 18px 20px;
}

#project .paperCase ul li>div:nth-child(1) {
    width: 140px;
}

#project .paperCase ul li>div:nth-child(2) {
    width: 180px;
}

#project .paperCase ul li>div:nth-child(3) {
    width: 160px;
}

#project .paperCase ul li>div:nth-child(4) {
    width: 364px;
}

#project .paperCase ul li>div:nth-child(5) {
    width: 114px;
}

#project .paperCase .content {
    width: 100%;
    height: 363px;
    overflow: hidden;
    overflow-y: auto;
}

/*
#project .paperCase .content ul li:nth-child(odd) {
 background: #ffffff;
}
 #project .paperCase .content ul li:nth-child(even) {
 background: #f7f7f7;
} */
#project .paperCase .content ul li:hover {
    background: #f7f7f7;
}

#project .paperCase .content ul li div {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

#project .paperCase .content ul li div>p:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: auto;
}

#project .paperCase .content ul li>div:nth-child(1)>p:nth-child(1) {
    height: 25px;
    font-size: 18px;
    font-family: PingFang SC;
    font-family: 'PingFang SCBold';
    line-height: 25px;
    color: #0099AD;
    margin-bottom: 10px;
}

#project .paperCase .content ul li>div:nth-child(1)>p:nth-child(2) {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #AAAAAA;
}

#project .paperCase .content ul li>div:nth-child(2) p:nth-child(1),
#project .paperCase .content ul li>div:nth-child(2) p:nth-child(2) {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    margin-bottom: 8px;
}

#project .paperCase .content ul li>div:nth-child(2) p:nth-child(3) {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #aaaaaa;
}

#project .paperCase .content ul li>div:nth-child(3)>a {
    padding-bottom: 8px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    display: block;
}

#project .paperCase .content ul li>div:nth-child(3)>p:last-child {
    margin-top: 0px;
    margin-bottom: 0px;
}

#project .paperCase .content ul li>div:nth-child(4)>p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 28px;
    color: #333333;
    margin-bottom: 18px;
}

#project .paperCase .content ul li>div:nth-child(4) a {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #0099AD;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#project .paperCase .content ul li>div:nth-child(5) p:nth-of-type(1) {
    font-size: 18px;
    font-family: 'PingFang SCBold';
    line-height: 25px;
    color: #0099AD;

}

#project .paperCase .content ul li>div:nth-child(5) p:nth-of-type(2) {
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 17px;
    color: #AAAAAA;
    opacity: 1;
}



#project .paperCase .content::-webkit-scrollbar {
    width: 4px;
}

#project .paperCase .content::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #FFFFFF;
}

#project .paperCase .content::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #CCCCCC;
}


.centerDiv {
    width: 1200px;
    margin: 0 auto;
}

.centerDiv .marT12 {
    margin-top: 12px !important;
}

.centerDiv .addressInfo {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.centerDiv .addressInfo>p:nth-of-type(1) {
    font-size: 13px;
    line-height: 18px;
    color: #999999;

}

.addressInfo>p>a {
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}

.centerDiv .addressInfo>p:nth-of-type(2) {
    font-size: 13px;
    font-family: 'PingFang SCBold';
    line-height: 18px;
    color: #333333;
}

.centerDiv .detailBox {
    margin-top: 24px;
    padding: 20px;
    background: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    border-radius: 4px;
}

.centerDiv .detailBox .leftImg {
    width: 320px;
}

.centerDiv .detailBox .leftImg>img {
    width: 320px;
    height: 240px;
    border-radius: 4px;
}

.centerDiv .detailBox .leftImg>.changeImg {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.centerDiv .detailBox .leftImg>.changeImg .last::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../image/arrow-left1.png) no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}

.centerDiv .detailBox .leftImg>.changeImg .next::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../image/arrow-right1.png) no-repeat;
    background-size: 16px 16px;
    cursor: pointer;

}

.centerDiv .detailBox .leftImg>.changeImg>.imgList {
    display: flex;
    flex-wrap: nowrap;
    width: 272px;
    overflow-x: hidden;
}

.centerDiv .detailBox .leftImg>.changeImg>.imgList>img {
    width: 48px;
    height: 36px;
    border-radius: 4px;
}

.centerDiv .detailBox .leftImg>.changeImg>.imgList>.active {
    border: 2px solid #0099AD;
}

.centerDiv .detailBox .leftImg>.changeImg>.imgList>img:nth-of-type(n+2) {
    margin-left: 8px;
}

.centerDiv .detailBox .rigthInfo {
    margin-left: 24px;
}

.centerDiv .detailBox .rigthInfo .title {
    font-size: 22px;
    font-family: 'PingFang SCBold';
    line-height: 30px;
    color: #000000;
}

.centerDiv .detailBox .rigthInfo .tagBox {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
}

.centerDiv .detailBox .rigthInfo .tagBox>.tag {
    padding: 2px 8px;
    margin-right: 8px;
    background: #F2F9FF;
    border-radius: 24px;
    font-size: 13px;
    line-height: 18px;
    color: #0099AD;
    cursor: pointer;
}

.centerDiv .detailBox .rigthInfo .tagBox>.tag:hover {
    color: #FFFFFF;
    background: #0099AD;
}

.centerDiv .detailBox .activeIntroduce {
    margin-top: 20px;
    padding: 10px;
    width: 816px;
    background: #FBFBFB;
    border-radius: 4px;
}

.centerDiv .detailBox .aboutBox {
    display: flex;
    justify-content: flex-start;
}


.centerDiv .detailBox .aboutBox .name {
    margin-left: 8px;
    line-height: 36px;
    width: 56px;
    font-size: 14px;
    color: #333333;
}

.centerDiv .detailBox .aboutBox .info {
    margin-left: 20px;
    line-height: 36px;
    font-size: 14px;
    color: #333333;
}

.centerDiv .detailBox .aboutBox .info .itemBox {

    line-height: 36px;
    font-size: 14px;
    color: #333333;
    display: flex;
    justify-content: flex-start;
}

.centerDiv .detailBox .aboutBox .info .itemBox .redBox {

    background: #FFFFFF;
    border: 1px solid #E65555;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 18px;
    color: #E65555;
    margin: 7px 12px 7px 0;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact {
    margin: 8px 24px 8px 0;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
    z-index: 10;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../image/phone6.png");
    background-size: 100% 100%;
    margin-right: 2px;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact .qrcode {
    position: absolute;
    top: 30px;
    left: -56px;
    width: 180px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 10px;
    display: none;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact:hover .qrcode {

    display: block;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact .qrcode>img {
    width: 160px;
    height: 160px;

}

.centerDiv .detailBox .aboutBox .info .itemBox .contact .qrcode>p:nth-of-type(1) {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #9D9D9D;
}

.centerDiv .detailBox .aboutBox .info .itemBox .contact .qrcode>p:nth-of-type(2) {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-family: 'PingFang SCBold';
    line-height: 17px;
    color: #333333;
}

.centerDiv .fontBold {
    font-family: 'PingFang SCBold';
}

.centerDiv .nowrap {
    display: flex;
    flex-wrap: nowrap;
}



.centerDiv .wrap {
    display: flex;
    flex-wrap: wrap;
}

.centerDiv .detailBox .aboutBox .info>span {
    font-size: 18px;
    color: #0099AD;
}

.centerDiv .detailBox .aboutBox .info>span>.price {
    font-size: 14px;
}

.centerDiv .nowrap1 {
    display: flex;
    flex-wrap: nowrap;
}

.centerDiv .nowrap1>a {
    display: flex;
    flex-wrap: nowrap;
}

.centerDiv .detailBox .aboutBox .info .coupon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.centerDiv .detailBox .aboutBox .info .coupon1::before {
    display: block;
    content: "";
    background: url("../image/sawtooth-left.png");
    background-size: 100% 100%;
    width: 7px;
    height: 28px;
}

.centerDiv .detailBox .aboutBox .info .coupon1::after {
    display: block;
    content: "";
    background: url("../image/sawtooth-right.png");
    background-size: 100% 100%;
    width: 7px;
    height: 28px;
}

.centerDiv .detailBox .aboutBox .info .coupon1>p {
    display: inline-block;
    background: #E65555;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    padding: 3px 6px;
}

.centerDiv .detailBox .aboutBox .info .coupon1>span {
    display: inline-block;
    width: 34px;
    line-height: 22px;
    padding: 3px 0px 3px 3px;
    font-size: 14px;
    text-align: center;
    background: #E65555;
    color: #FFFFFF;
    border-left: 1px dashed #ffffff;
}


.centerDiv .detailBox .aboutBox .info>.a1 {
    color: #E65555;
    margin-left: 6px;
}

.centerDiv .detailBox .aboutBox .info .coupon1>img {
    width: 6px;
    height: 22px;
}

.centerDiv .detailBox .aboutBox .info>.serverItem {
    margin: 8px 24px 8px 0;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.centerDiv .detailBox .aboutBox .info>.serverItem::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../image/check6.png");
    background-size: 100% 100%;
    margin-right: 2px;
}

.centerDiv .detailBox .orderBox {
    margin-top: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.centerDiv .detailBox .orderBox .submit1 {
    margin-right: 16px;
    padding: 10px 22px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    background: #0099AD;
    border-radius: 4px;
    cursor: pointer;
}

.ma_sub {
    background: #CCCCCC !important;
}

.centerDiv .detailBox .orderBox .collection {
    padding: 10px 16px 10px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.centerDiv .detailBox .orderBox .collection:hover {

    background: #F7F7F7;
}

.centerDiv .detailBox .orderBox .collection .not {
    width: 16px;
    height: 16px;
    background: url("../image/star6-1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.centerDiv .detailBox .orderBox .collection .yes {
    width: 16px;
    height: 16px;
    background: url("../image/star6-2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}