.u-bodyer.back {
    background-color: #fff;
}

.detail-box {
    width: 1200px;
    margin: 40px auto 0px;
    height: auto;
    /* margin-top:60px; */
}

.header-menu {
    margin: 0 auto 30px;
    width: 1200px;
}

.menuText {
    color: #0a122165;
}

.menuText:not(:first-of-type) {
    color: #0A1221;
}

.header-menu::after {
    content: '';
    display: table;
    clear: both;
}

.header-menu ul>li {
    float: left;
    font-size: 14px;
}

.header-menu ul>li+li:before {
    content: '>';
    margin: 0px 4px;
    color: #0a12219a
}

.detail-content {
    box-shadow: 0px 1px 5px 2px rgba(10, 18, 33, 0.12);
    width: 1200px;
    margin: 0px auto 40px;
    position: relative;
    background: #fff;
    /* padding:60px 100px;  */
    box-sizing: border-box;

}

.content-head {
    position: relative;
    padding: 20px 31px;
    box-sizing: border-box;
    color: #0a12219a;
    font-size: 14px;
    border-bottom: 1px solid rgba(10, 18, 33, 0.08);

}

.content-head p {
    margin: 0px 0px 10px;
    color: #0A1221;
    font-size: 16px;
    font-weight: bold;
}

.templateBtn {
    position: absolute;
    right: 31px;
    top: 20px;
    width: 100px;
    height: 32px;
    border-radius: 2px;
    color: #E60023;
    cursor: pointer;
    border: 1px solid;
    line-height: 32px;
    text-align: center
}

.content-img {
    width: 1120px;
    height: 560px;
    background: rgba(10, 18, 33, 0.04);
    border: 1px solid rgba(10, 18, 33, 0.08);
    margin: 20px auto;
}

.content-img img {
    width: 1120px;
    height: 560px;
}

.tagBox {
    width: 1120px;
    margin: 0px auto 30px;
    font-size: 14px;
    color: #0a12215e;
}

.tagBox span+span {
    margin-left: 16px;
}

.templateAbout {
    width: 1200px;
    margin: 0px auto 80px;
}

.templateAbout-h {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}

.templateAbout-h p {
    margin: 0px;
    color: #0A1221;
    font-size: 16px;
    font-weight: 700;
}

.moreBtn {
    font-size: 14px;
    color: #0a122146;
    cursor: pointer;
}

.moreBtn a {
    color: #0a122146;
}

.moreBtn i {
    margin-left: 5px;
    font-size: 12px;
}


.content-template-row {
    position: relative;
    width: 1200px;
    font-size: 16px;

    display: grid;
    grid-template-columns: repeat(4, 285px);
     /*  grid-template-rows: repeat(4, 100%);*/
    grid-column-gap: 10px;
    /* column-gap:10px; */

    display: -o-grid;
    -o-grid-columns: 285px 285px 285px 285px;
    -o-grid-rows: 100% 100% 100% 100%;
    -o-column-gap: 10px;


    display: -moz-grid;
    -moz-grid-columns: 285px 285px 285px 285px;
    -moz-grid-rows: 100% 100% 100% 100%;
    -moz-column-gap: 10px;

    display: -webkit-grid;
    -webkit-grid-columns: 285px 285px 285px 285px;
    -webkit-grid-rows: 100% 100% 100% 100%;
    -webkit-column-gap: 10px;

    display: -ms-grid;
    -ms-grid-columns: 285px 285px 285px 285px;
    -ms-grid-rows: 100% 100% 100% 100%;
    -ms-column-gap: 10px;
}

.content-template-row .content-template-row-item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -o-grid-column: 1;
    -o-grid-row: 1;
    -moz-grid-column: 1;
    -moz-grid-row: 1;
    -webkit-grid-column: 1;
    -webkit-grid-row: 1;
	margin-bottom: 40px;
}

.content-template-row .content-template-row-item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;

    -o-grid-column: 2;
    -o-grid-row: 1;
    -moz-grid-column: 2;
    -moz-grid-row: 1;
    -webkit-grid-column: 2;
    -webkit-grid-row: 1;
    margin-left: 10px;
}

.content-template-row .content-template-row-item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;

    -o-grid-column: 3;
    -o-grid-row: 1;
    -moz-grid-column: 3;
    -moz-grid-row: 1;
    -webkit-grid-column: 3;
    -webkit-grid-row: 1;
    margin-left: 20px;
}

.content-template-row .content-template-row-item:nth-child(4) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;

    -o-grid-column: 4;
    -o-grid-row: 1;
    -moz-grid-column: 4;
    -moz-grid-row: 1;
    -webkit-grid-column: 4;
    -webkit-grid-row: 1;
    margin-left: 30px;
}

.content-template-row .content-template-row-item:nth-child(6) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;

    -o-grid-column: 2;
    -o-grid-row: 1;
    -moz-grid-column: 2;
    -moz-grid-row: 1;
    -webkit-grid-column: 2;
    -webkit-grid-row: 1;
    margin-left: 10px;
}
.content-template-row .content-template-row-item:nth-child(7) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;

    -o-grid-column: 3;
    -o-grid-row: 1;
    -moz-grid-column: 3;
    -moz-grid-row: 1;
    -webkit-grid-column: 3;
    -webkit-grid-row: 1;
    margin-left: 20px;
}

.content-template-row .content-template-row-item:nth-child(8) {
    -ms-grid-column: 4;
    -ms-grid-row: 1;

    -o-grid-column: 4;
    -o-grid-row: 1;
    -moz-grid-column: 4;
    -moz-grid-row: 1;
    -webkit-grid-column: 4;
    -webkit-grid-row: 1;
    margin-left: 30px;
}

.content-template-row-item {
    width: 285px;
    height: 280px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 1px 13px 0px rgba(10, 18, 33, 0.12);
    transition: box-shadow 0.5s linear;
    cursor: pointer;
    padding: 16px;
    box-sizing: border-box;
}

.content-template-row-item:hover {
    box-shadow: 0px 1px 20px 10px rgba(10, 18, 33, 0.12);
}

.template-row-itemImg,
.template-row-itemImg img {
    width: 100%;
    height: 168px;
}

.template-row-itemImg {
    background-color: #F8F9FB;
}

.detailInfo {
    margin-top: 16px;
    box-sizing: border-box;
    font-size: 16px;
    color: #0A1221;
    /* position: relative; */
}

.detailInfo a{
    color: #0A1221;
    /* position: relative; */
}

.content-template-row+.content-template-row {
    margin-top: 40px;
}

@media screen and (max-width: 1216px) {

    .header-menu,
    .detail-box,
    .templateAbout,
    .templateAbout-h,
    .content-template-row,
    .tagBox {
        width: 100%;
    }

    .content-img,
    .content-img img {
        height: auto;
        width: 100%;
        min-height: 200px;

    }

    .detail-content {
        width: 90%;
    }

    .content-img {
        width: 96%;
    }

    .header-menu,
    .tagBox {
        padding: 0px 30px;
        box-sizing: border-box;
    }

    .tagBox {
        padding: 0px 20px;
    }

    .content-template-row .content-template-row-item:nth-child(2) {
        margin-left: 10px;
    }

    .content-template-row .content-template-row-item:nth-child(3) {
        margin-left: 20px;
    }

    .content-template-row .content-template-row-item:nth-child(4) {
        margin-left: 30px;
    }

}

@media screen and (max-width: 1089px) {
    .templateAbout-h {
        width: 570px;
        margin: 0px auto;
    }

    .content-template-row {
        /* width:max-content; */
        width: 590px;
        margin: 0px auto;
        grid-template-columns: repeat(2, 285px);
        grid-template-rows: repeat(2, 316px);
        grid-row-gap: 20px;
        grid-column-gap: 0px;

        -o-grid-columns: 285px 285px;
        -o-grid-rows: 316px 316px;

        -moz-grid-columns: 285px 285px;
        -moz-grid-rows: 316px 316px;

        -webkit-grid-columns: 285px 285px;
        -webkit-grid-rows: 316px 316px;

        -ms-grid-columns: 285px 285px;
        -ms-grid-rows: 316px 316px;
    }

    .content-template-row .content-template-row-item:nth-child(1) {
        margin: 0px;
    }

    .content-template-row .content-template-row-item:nth-child(2) {
        margin-left: 20px;
    }

    .content-template-row .content-template-row-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;

        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
        margin: 0px;
    }

    .content-template-row .content-template-row-item:nth-child(4) {
        -ms-grid-column: 2;
        -ms-grid-row: 2;

        -o-grid-column: 2;
        -o-grid-row: 2;
        -moz-grid-column: 2;
        -moz-grid-row: 2;
        -webkit-grid-column: 2;
        -webkit-grid-row: 2;
        margin-left: 20px;
    }
}

@media screen and (max-width: 660px) {

    .content-template-row .content-template-row-item:nth-child(2),
    .content-template-row .content-template-row-item:nth-child(3),
    .content-template-row .content-template-row-item:nth-child(4) {
        margin-left: 0px;
    }

    .templateAbout-h {
        width: 285px;
        margin: 0px auto;
    }

    .content-template-row {
        width: 285px;
        grid-template-columns: repeat(1, 285px);
        grid-template-rows: repeat(4, 316px);
        grid-column-gap: 0px;
        grid-row-gap: 20px;

        -o-grid-columns: 285px;
        -o-grid-rows: 316px 316px 316px 316px;

        -moz-grid-columns: 285px;
        -moz-grid-rows: 316px 316px 316px 316px;

        -webkit-grid-columns: 285px;
        -webkit-grid-rows: 316px 316px 316px 316px;

        -ms-grid-columns: 285px;
        -ms-grid-rows: 316px 316px 316px 316px;
    }

    .content-template-row:last-of-type {
        display: block;
    }

    .content-template-row:last-of-type .content-template-row-item+.content-template-row-item {
        margin-top: 20px;
    }

    .content-template-row .content-template-row-item:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -o-grid-column: 1;
        -o-grid-row: 2;
        -moz-grid-column: 1;
        -moz-grid-row: 2;
        -webkit-grid-column: 1;
        -webkit-grid-row: 2;
    }

    .content-template-row .content-template-row-item:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-row: 3;

        -o-grid-column: 1;
        -o-grid-row: 3;
        -moz-grid-column: 1;
        -moz-grid-row: 3;
        -webkit-grid-column: 1;
        -webkit-grid-row: 3;
    }

    .content-template-row .content-template-row-item:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-row: 4;

        -o-grid-column: 1;
        -o-grid-row: 4;
        -moz-grid-column: 1;
        -moz-grid-row: 4;
        -webkit-grid-column: 1;
        -webkit-grid-row: 4;
    }
}

/* 移动端 */
.u-bodyer2 {
    width: 100%;
    display: none;
}

.iphone-top-routerPath {
    width: 100%;
    padding: 0px 24px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    background: #F9F9F9;
}

.pathItem {
    font-size: 14px;
    font-weight: 400;
    color: #E60023;
    line-height: 20px;
    margin-right: 10px;
}

.iphone-top-routerPath .iconfont {
    color: rgba(10, 18, 33, 0.48);
    font-size: 12px;
    margin-right: 10px;
}

.iphone-top-routerPath .path-name {
    color: #0A1221;
    font-size: 14px;
}

.templateBtn2 {
    width: 100px;
    height: 32px;
    border-radius: 2px;
    color: #E60023;
    border: 1px solid;
    line-height: 32px;
    text-align: center;
}

.template-more-topBox {
    width: 100%;
    padding: 30px 25px 30px 25px;
    box-sizing: border-box;
}

.template-more-topBox-row1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 25px;
}

.template-more-topBox-row1 span {
    font-size: 18px;
    font-weight: 550;
    color: #0A1221;
}

.template-more-topBox-row2 {
    margin-top: 12px;
    font-size: 14px;
    color: rgba(10, 18, 33, 0.72);
    height: 20px;
    line-height: 20px;
}

.content-img2 {
    height: 248px;
    background: rgba(10, 18, 33, 0.04);
    border: 1px solid rgba(10, 18, 33, 0.08);
    margin: 0px 25px;
    box-sizing: border-box;
	vertical-align:middle;
	text-align:center;
}
.content-img2 img {
	width: 100%;
	height: 100%;
}

.iphone-tagBox {
    font-size: 14px;
    color: rgba(10, 18, 33, 0.48);
    height: 20px;
    line-height: 20px;
    margin: 0px 25px;
    margin-top: 30px;
}

.iphone-tagBox span {
    margin-right: 12px;
}

.iphone-tagBox .tag-item {
    font-size: 12px;
    padding: 5px 10px;
    height: 24px;
    background: rgba(10, 18, 33, 0.04);
    border-radius: 3px;
}

.iphone-tagBox .tag-item a{
color: rgba(10, 18, 33, 0.72);
}

.template-iPhone-mainbox {
    width: 100%;
    padding: 0px 25px;
    box-sizing: border-box;
    padding-bottom: 50px;
    margin-top: 50px;
}

.template-iPhone-box1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.template-iPhone-box1-header .gomore {
    color: #e60023;
    font-weight: 550;
    font-size: 16px;
}

.template-iPhone-box1-header a {
    color: rgba(10, 18, 33, 0.3200);
    font-weight: 550;
}

.template-iPhone-box1-header span {
    font-size: 20px;
    font-weight: 550;
}

.template-iPhone-box-item {
    width: 100%;
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 20px;
}

.template-iPhone-box-content-item {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 20px 0px rgba(10, 18, 33, 0.12);
}

.iPhone-box-content-item-top {
    width: 100%;
    /* padding: 15px 10px; */
    box-sizing: border-box;
}


.iPhone-box-content-item-bottom {
    width: 100%;
    font-size: 16px;
    padding: 18px 14px;
    box-sizing: border-box;
    color: rgba(10, 18, 33, 1);
}
.iPhone-box-content-item-bottom a{
color: rgba(10, 18, 33, 1);
}

.template-iPhone-img {
    width: 100%;
    height: 114px;
}

@media screen and (max-width: 823px) {
    .u-bodyer {
        display: none;
    }

    .u-bodyer2 {
        display: block;
        background-color: #ffffff;
    }

    .u-grey-bd {
        background-color: #ffffff;
    }
}