:root {
    --main: #0c65ff;
    --main2: #3d84ff;
    --color: #292c33;
    --color2: #8a8e99;
}
:root {
    --fontColor: #f00;
    --fontColor1: #333333;
    --fontColor2: #666666;
    --btnColor: #081a43;
    --btnColor1: #081a43;
    --btnColor2: #081a43;
    --bgColor: #081a43;
    --bgColor1: #081a43;
    --bgColor2: #081a43;
}
:root {
    --mainColor: rgb(0, 255, 255);
    --bgColor: #f6f7f9;
}
* {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    line-height: inherit;
    outline: none;
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: inherit;
}
#contact .list .box.other {
    width: 100%;
}
#contact .list .box.other .word .li {
    width: 43.186%;
}
#contact .list .box .ul .item .info .word {
    font-size: 16px;
    color: var(--color);
    width: calc(100% - 126px);
    line-height: 35px;
}
#contact .list .box.other .word {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact {
    padding: 80px 0 120px;
	background: #fff;
}
#contact .list .box .ul .btn_box .btn:hover .go .icon {
    transform: translateX(-50px);
    object-fit: contain;
    filter: brightness(0) invert(100%);
}
#contact .list .box .ul .btn_box .btn:hover .name {
    color: #fff;
}
.cw1200 {
    max-width: 1200px;
    width: 92%;
    margin: auto;
}
#contact .content {
    border-radius: 30px;
    overflow: hidden;
    background: #f5f6f7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#contact .content .img {
    width: 50%;
    padding-top: 37.5%;
}
#contact .buy .info .box:hover .icon {
    background: #f5f6f7;
    box-shadow: 15px 26px 50px 0px rgba(23, 108, 255, 0.2);
}
#contact .buy .info .box:hover .icon .code {
    opacity: 1;
}
.i-pic:before, .i-pic:after {
    content: '';
    display: inline-block;
}
.i-pic .absolute {
    position: absolute;
}
.i-pic {
    overflow: hidden;
    font-size: 0;
    position: relative;
    text-align: center;
    background: url() no-repeat center / cover;
}
.absolute.max {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.i-pic img {
    width: 100%;
    min-height: 100%;
}

img {
    min-height: 1px;
    border: none;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    position: relative;
}
#contact .content .img {
    width: 50%;
    padding-top: 37.5%;
}
#contact .content .word {
    padding: 0 8.333%;
    width: 50%;
}
#contact .content .word .ul {
    margin-top: 48px;
}
#contact .content .word .ul .li:first-child {
    margin-top: 0;
}
#contact .content .word .ul .li {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#contact .content .word .ul .li .name {
    font-size: 17px;
    color: var(--color);
    width: calc(100% - 33px);
}

#contact .buy {
    border-radius: 30px;
    background: #f5f6f7;
    padding: 45px 5% 50px;
    margin-top: 40px;
}
#contact .buy .name {
    font-size: 24px;
    font-weight: 500;
    color: var(--color);
}
#contact .buy .brief {
    font-size: 17px;
    color: var(--color);
    margin-top: 10px;
}

#contact .buy .info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#contact .buy .info .box {
    width: calc((100% - 40px* 3) / 4);
    margin-top: 35px;
}
.trans {
    -webkit-transition: .3s;
    transition: .3s;
}
.block, for, nav, cty, db, dbx, jxt, txt, tools {
    display: block;
}
a, a * {
    text-decoration: none;
    cursor: pointer;
}
#contact .buy .info .box .icon {
    border-radius: 10px;
    background: #fff;
    position: relative;
    height: 220px;
    width: 100%;
}
.m-pic:before, .m-pic:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}
.m-pic {
    font-size: 0;
    line-height: 1;
    background: url() no-repeat center / contain;
    text-align: center;
}
.m-pic svg.absolute, .m-pic img.absolute {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s;
    position: absolute;
}
.absolute.max {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.m-pic svg, .m-pic img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: 0.5s;
    vertical-align: middle;
}
#contact .buy .info .box .icon .code {
    opacity: 0;
}
.m-pic:after {
    height: 100%;
}
#contact .buy .info .box .text {
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    color: #000;
}
#contact .buy .info .box {
    width: calc((100% - 40px* 3) / 4);
    margin-top: 35px;
}
#contact .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact .list .box.long {
    width: 100%;
}
#contact .list .box {
    width: 48.333%;
    padding: 45px 5% 55px;
    background: #f5f6f7;
    border-radius: 30px;
    margin-top: 40px;
}
#contact .list .box .text {
    font-size: 24px;
    font-weight: 500;
    color: var(--color);
}
#contact .list .box.long .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contact .list .box .ul {
    margin-top: 30px;
}
#contact .list .box.long .item:nth-child(-n+2) {
    margin-top: 0;
	padding-bottom: 10px;
}
#contact .list .box.long .item {
    width: 48.333%;
    border-right: 1px solid #e9e9ea;
    margin-top: 45px;
}
#contact .list .box .ul .item .brief {
    font-size: 18px;
    color: var(--color2);
    line-height: 28px;
}
#contact .list .box .ul .item .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
#contact .list .box .ul .item .info .code {
    width: 100px;
    padding-top: 100px;
}
#contact .list .box .ul .item .info .word {
    font-size: 17px;
    color: var(--color);
    width: calc(100% - 126px);
    line-height: 35px;
}
br {
    font-size: 0;
    line-height: 0;
}
#contact .list .box.long .item:last-child, #contact .list .box.long .item:nth-child(2n) {
    border-right: none;
}
#contact .list .box.long .item {
    width: 48.333%;
    border-right: 1px solid #e9e9ea;
    margin-top: 45px;
}
#contact .list .box .ul .item .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
#contact .list .box .ul .btn_box {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
#contact .list .box .ul .btn_box .btn {
    width: 47.826%;
    background: #fff;
    padding: 30px 8.695%;
    border-radius: 10px;
}
#contact .list .box .ul .btn_box .btn .name {
    font-size: 18px;
    color: var(--color);
}
#contact .list .box .ul .btn_box .btn .go {
    
    align-items: center;
    margin-top: 5px;
    font-size: 16px;
    color: var(--main);
    justify-content: space-between;
}
.trans {
    -webkit-transition: .3s;
    transition: .3s;
}
.m-pic svg, .m-pic img {
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    transition: 0.5s;
    vertical-align: middle;
}
#contact .list .box .ul .btn_box .btn:hover {
    background: var(--main);
}
.box .ul .btn_box .btn:hover .go {
    color: #fff;
}

#contact .list .box .ul .item .info .code {
    width: 100px;
    padding-top: 100px;
}
#contact .list .box .ul .item .info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
.cw1200 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}
#contact .list .box .ul .btn_box .btn:hover .go {
    color: #fff;
}
#contact .content .word .text {
    font-size: 24px;
    font-weight: 500;
    color: var(--color);
}
@media screen and (max-width: 750px) {
    #contact .content {
        display: block;
    }
}
@media screen and (max-width: 750px) {
    #contact .content .img {
        width: 100%;
        padding-top: 0;
    }
	#contact .list .box.long .item {
    width: 100%;
    border-right: 1px solid #e9e9ea;
    margin-top: 45px;
}
#contact .list .box {
    width: 100%;
    padding: 45px 5% 55px;
    background: #f5f6f7;
    border-radius: 30px;
    margin-top: 40px;
}
#contact .list .box.other .word .li {
    width: 100%;
	padding-bottom:10px;
}
#contact .list .box .ul .item .info .code{
    width: 100px;
    padding-top: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#contact .list .box .ul .item .info {
    display: inline;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 15px;
}
}
@media screen and (max-width: 750px) {
    #contact .content .img .max {
        position: relative;
    }
}
@media screen and (max-width: 750px) {
    #contact .content .word {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 750px) {
    #contact .content .word .text {
        font-size: 24px;
    }
}
@media screen and (max-width: 750px) {
    #contact .content .word .ul .li .icon {
        transform: scale(1.3);
        padding-top: 6px;
    }
}
@media screen and (max-width: 750px) {
    #contact .content .word .ul .li .name {
        font-size: 17px;
    }
}
@media screen and (max-width: 750px) {
    #contact .buy .name {
        font-size: 24px;
    }
}
@media screen and (max-width: 750px) {
    #contact .buy .brief {
        font-size: 17px;
    }
}
@media screen and (max-width: 750px) {
    #contact .buy .info .box {
        width: 48%;
    }
}
@media screen and (max-width: 1024px) {
    #contact .buy .info .box {
        width: 46%;
    }
}
@media screen and (max-width: 750px) {
    #contact .buy .info .box .text {
        font-size: 19px;
    }
}
@media screen and (max-width: 750px) {
    #contact .list .box .ul .item .info .word {
        font-size: 17px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 1024px) {
    #contact .list .box .ul .item .info .word {
        display: block;
        width: auto;
    }
}