html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑", Arial;
    color: #333;
    background: #fefefe;
}

/* 
	首页
	*/

.banner a {
    color: #fff;
    font-size: 14px;
}

.bannerc {
    display: none;
    margin: 0 30px;
}

.nav {
    height: 60px;
    line-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.btn {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 8px;
    margin-right: 15px;
    width: 80px;
    height: 30px;
    border: 1px solid #fff;
}

.list {
    width: calc(100% - 60px);
    background: #1b191a;
    position: absolute;
    z-index: 99999999;
    top: 60px;
    left: 0;
    border-top: 1px solid #363435;
    padding: 0 30px;
    display: none;
}

.item {
    height: 25%;
    line-height: 35px;
}

a {
    text-decoration: none;
    outline: none;
}


/*  */

input,
textarea:focus {
    outline: none;
}

img {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

.hand {
    cursor: pointer;
}

.com_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.com_flex_itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.com_flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cl.com_flex_center {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
}

#bg {
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.com_flex_around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.com_flex_between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/* 导航 */

.banner_nav {
    width: 80%;
    margin: 0 auto;
}

.layui-nav {
    background-color: transparent;
}

.layui-nav .layui-nav-item a:hover {
    font-weight: bold;
}


/* 底部 */

.bottom_us {
    width: 100%;
    text-align: center;
    padding: 15px 0 0;
    background: #1B252E;
}

.bottom_us p {
    color: #fff;
    opacity: 0.6;
}


/* 颜色 */

.blue {
    background-color: #438edb;
    border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.dark_blue {
    background-color: #23557d;
    border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.white {
    background-color: #ffffff;
    border: 4px solid hsla(0, 0%, 73%, 0.3);
}

.red {
    background-color: #ff0000;
    border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.tint {
    background-color: #66b5f2;
    border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.grey {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#656a7d), to(#acaeb6));
    background-image: linear-gradient(#656a7d, #acaeb6);
    border: 4px solid #abadb7;
}

.gradient {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d8bdd), to(#d0e2f6));
    background-image: linear-gradient(#3d8bdd, #d0e2f6);
    border: 4px solid #c8def5;
}

.dark_red {
    background-color: #95031a;
    border: 4px solid hsla(0, 0%, 100%, 0.3);
}

.banner_text {
    width: 100%;
    text-align: center;
    padding: 100px 0;
}

.banner_title {
    font-size: 60px;
    letter-spacing: 5px;
}

.banner_upd_btn {
    width: 350px;
    height: 70px;
    line-height: 70px;
    background: #fff;
    margin: 10px auto;
    border-radius: 70px;
    -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, .28);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .28);
}

.banner_upd_btn img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.banner_upd_btn p {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.demand {
    margin: 50px auto;
    text-align: center;
}

.demand_item {
    width: 80%;
    margin: auto;
}


/* 制作 */

.spec_photo {
    width: 80%;
    margin: 30px auto;
    text-align: center;
    padding: 20px 0;
}

.make_text {
    font-size: 24px;
    color: #555;
    font-weight: bold;
}

.make_nohpic {
    margin: 30px auto;
}

.flex_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #F5F6FA;
    width: 13.3%;
    margin: 6px;
    padding: 20px 0;
    border-radius: 4px;
    cursor: pointer;
}

.layui-col-md2 {
    width: 13.3%;
    background: #F5F6FA;
    margin: 6px;
    padding: 20px 0;
    border-radius: 4px;
    cursor: pointer;
}

.content {
    width: 100%;
    margin: 40px auto;
    padding: 20px 0;
    background: #F5F6FA;
}

.cot_udp {
    width: 300px;
    height: 413px;
    background: #fff;
    margin-left: 20px;
}

.cot_make {
    height: 413px;
    background: #fff;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.cot_pho_udp {
    width: 260px;
    height: 330px;
    border: 1px dashed #ccc;
    margin: 0 20px;
}

.cot_pho_udp.pic_yes img {
    width: 230px;
    max-height: 330px;
}

.cot_pho_make {
    height: 330px;
    line-height: 330px;
    border: 1px dashed #ccc;
    margin: 0 20px;
}

.guide_item {
    font-size: 24px;
}

.select_bg {
    padding: 30px 0;
}

.bg {
    padding: 10px 0 15px;
}

.cl {
    padding: 25px 0;
}

.cl .active {
    color: #438edb;
    border: 1px solid #438edb;
}

.cl_btn {
    margin-top: 10px;
    line-height: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    color: #888;
}

.cl_btn div {
    width: 31%;
    border-left: 1px solid #fff;
    cursor: pointer;
}

.cl_btn :nth-child(1) {
    border-left: 0px solid #fff;
}

.cl_btn .active {
    color: #000;
    background: #fff;
}

.man {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woman {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.boy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.man_cl {
    border: 1px solid #e4e4e4;
    margin: 6px;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.man_cl p {
    line-height: 30px;
}

.colorPo {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.colorPo1 {
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 4px;
    border: none;
}

.color-select {
    width: 20px;
    height: 20px;
}

.select_text {
    font-size: 24px;
    color: #888;
    text-align: left;
    display: flex;
    align-items: center;
}

.cloethes_text {
    font-size: 24px;
    text-align: left;
    color: #888;
    display: flex;
    align-items: center;
}

.main_btn_com {
    width: 260px;
    height: 50px;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 2px;
}

.agin_udp_btn {
    margin-bottom: 20px;
}

.layui-footer {
    position: fixed;
    left: 0;
    bottom: 0;
}

.page {
    padding: 10px 0;
    text-align: center;
}

.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.page .pagination li {
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.page a {
    display: inline-block;
    color: #444;
    min-width: 15px;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    -o-border-image: initial;
    border-image: initial;
    font-size: 12px;
}

.page .pagination .active a {
    color: rgb(255, 255, 255);
    background-color: #4E85F5;
}

.page span {
    display: inline-block;
    min-width: 15px;
    padding: 5px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    -o-border-image: initial;
    border-image: initial;
    font-size: 12px;
}

@media screen and (min-width:1200px) {
    .list {
        display: none;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .select_bg_h5 {
        padding: 0 30px;
        justify-content: space-between;
    }
}

@media screen and (max-width:1200px) and (min-width:810px) {
    .main_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .select_bg_h5 {
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .man_cl {
        border: 1px solid #e4e4e4;
        margin: 6px;
        border-radius: 8px;
        width: 45px;
        height: 45px;
    }
    .man_cl img {
        width: 45px;
    }
    .man_cl p {
        line-height: 20px;
    }
    .select_text {
        font-size: 20px;
    }
    .cloethes_text {
        font-size: 20px;
    }
    .main_btn div {
        width: 45%;
    }
    .main_btn_com {
        border-radius: 25px;
        width: 100%;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex_item {
        width: 22%;
        margin: 6px;
        padding: 20px 0;
        border-radius: 4px;
        cursor: pointer;
    }
    .cot_udp {
        width: calc(100% - 40px);
    }
    .cot_pho_udp {
        width: calc(100% - 40px);
    }
    .m0 {
        margin-top: 100px !important;
    }
    .solid {
        display: none;
    }
    .cot_make {
        display: none;
        margin: 0 20px;
    }
}
.make_upd_btn p{
    font-size: 24px;
}
.make_upd_btn i{
    font-size: 30px;
}
@media screen and (max-width: 1200px) {
    .pic_main_pic img {
        width: 200px !important;
    }
    .pic_main_print img {
        width: 400px !important;
    }
}

@media screen and (max-width: 810px) and (min-width:375px) {
    .left {
        width: 72% !important;
    }
    .form {
        padding: 60px 60px 20px !important;
    }
    .main {
        width: 90% !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* 首页导航样式 */
    .bannerc {
        display: block !important;
    }
    .banner_title {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .banner_nav {
        display: none;
    }
    /*  */
    .pic_main_pic {
        width: 30% !important;
    }
    .cot_pho_make.pic_main {
        height: auto;
    }
    .pic_main_pic img {
        width: 100% !important;
    }
    .pic_main_print {
        width: 58% !important;
    }
    .pic_main_print img {
        width: 100% !important;
    }
    .man_cl {
        border: 1px solid #e4e4e4;
        margin: 6px;
        border-radius: 8px;
        width: 30px;
        height: 30px;
    }
    .man_cl img {
        width: 30px;
        height: 20px;
    }
    .man_cl p {
        line-height: 8px;
        font-size: 5px !important;
    }
    .cl {
        padding: 20px 0;
    }
    .spec_photo {
        width: 90%;
    }
    .main_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .main_btn div {
        width: 45%;
    }
    .select_bg_h5 {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .main_btn_com {
        border-radius: 25px;
        width: 100%;
    }
    .select_text {
        font-size: 12px;
    }
    .select_text img {
        width: 18px;
        height: 18px;
    }
    .cl_btn {
        font-size: 10px;
    }
    .cloethes_text {
        font-size: 12px;
    }
    .cloethes_text img {
        width: 18px;
        height: 18px;
    }
    .cot_udp {
        width: calc(100% - 40px);
    }
    .cot_pho_udp {
        width: calc(100% - 40px);
    }
    .m0 {
        margin-top: 100px !important;
    }
    .solid {
        display: none;
    }
    .cot_pho_make {
        margin: 0 10px;
    }
    .cot_make {
        width: 100%;
        margin: 0 10px;
        display: none;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex_item {
        font-size: 0.8rem;
        width: 21%;
        margin: 6px;
        padding: 15px 0;
        border-radius: 4px;
        cursor: pointer;
    }
    .banner_h5 {
        display: block !important;
    }
}

@media screen and (max-width:375px) {
    .form {
        padding: 20px 20px 0 !important;
    }
    .pic_main_print {
        width: 45% !important;
    }
    .cot_pho_udp.pic_yes img {
        width: 90%;
    }
    .main {
        width: 90% !important;
        margin-left: 0 !important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /* 首页导航样式 */
    .bannerc {
        display: block !important;
    }
    .banner_title {
        font-size: 30px;
        letter-spacing: 5px;
    }
    .banner_nav {
        display: none;
    }
    /*  */
    .pic_main_pic {
        width: 115px !important;
    }
    .pic_main_pic img {
        width: 100% !important;
    }
    /*.pic_main_print {*/
    /*	width: 150px !important;*/
    /*}*/
    /*.pic_main_print img {*/
    /*	width: 100% !important;*/
    /*}*/
    .man_cl {
        border: 1px solid #e4e4e4;
        margin: 6px;
        border-radius: 8px;
        width: 30px;
        height: 30px;
    }
    .man_cl img {
        width: 30px;
        height: 20px;
    }
    .man_cl p {
        line-height: 8px;
        font-size: 5px !important;
    }
    .cl {
        padding: 20px 0;
    }
    .spec_photo {
        width: 90%;
    }
    .main_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .main_btn div {
        width: 45%;
    }
    .select_bg_h5 {
        padding: 0 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .main_btn_com {
        border-radius: 25px;
        width: 100%;
    }
    .select_text {
        font-size: 12px;
    }
    .select_text img {
        width: 18px;
        height: 18px;
    }
    .cl_btn {
        font-size: 10px;
    }
    .cloethes_text {
        font-size: 12px;
    }
    .cloethes_text img {
        width: 18px;
        height: 18px;
    }
    .cot_udp {
        width: calc(100% - 40px);
    }
    .cot_pho_udp {
        width: calc(100% - 40px);
    }
    .m0 {
        margin-top: 100px !important;
    }
    .solid {
        display: none;
    }
    .cot_pho_make {
        margin: 0 10px;
        height: auto;
    }
    .cot_make {
        width: 100%;
        margin: 0 10px;
        display: none;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .flex_item {
        font-size: 0.5rem;
        width: 20%;
        margin: 6px;
        padding: 4px 0;
        border-radius: 4px;
        cursor: pointer;
        height: 40px;
    }
    .banner_h5 {
        display: block !important;
    }
    .colorPo {
        width: 28px;
        height: 28px;
        margin: 10px 3px 0;
    }
    .color-select {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width:550px) {
    /* 底部 */
    .bottom_us {
        font-size: 12px;
    }
    /*  */
    .left {
        float: none !important;
        width: 100% !important;
    }
    .right {
        float: none !important;
        margin: 10px auto;
        text-align: center;
    }
    .right button {
        width: 100%;
    }
    .guidet {
        font-size: 24px !important;
        padding: 15px 0 !important;
    }
    .guide img {
        width: 40px;
        height: 40px;
        margin-right: 20px !important;
    }
    .guide_item :nth-child(1) {
        font-size: 16px;
    }
    .guide_item :nth-child(2) {
        font-size: 12px !important;
    }
    .make_upd_btn {
        width: 70% !important;
    }
    .colorPo {
        width: 36px;
        height: 36px;
        margin: 10px 6px 0;
    }
    .color-select {
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width:425px) {
    .cot_make {
        height: auto;
        padding-bottom: 20px;
    }
    .colorPo {
        width: 20px;
        height: 20px;
        margin: 10px 4px 0px;
    }
    .color-select {
        width: 10px;
        height: 10px;
    }
    .cot_pho_make.pic_main .com_flex_itm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .com_flex_itm:first-child .pic_main_pic {
        width: 45%!important;
    }
    .com_flex_itm:first-child .pic_main_print {
        width: 80%!important;
    }
    .com_flex_itm .pic_main_pic,
    .pic_main_print {
        margin-top: 20px;
        height: 90%!important;
    }
    .com_flex_itm:first-child .pic_main_pic img,
    .pic_main_print img {
        width: 90%!important;
    }
    .cot_pho_make.pic_main {
        line-height: normal;
    }
    .flex_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (min-width:450px) {
    .img5 {
        width: 425px !important;
    }
}

@media screen and (max-width:450px) {
    .img5 {
        width: 80% !important;
        height: 80%;
    }
    .banner_text {
        padding: 50px 0;
    }
    .banner_upd_btn {
        width: 50%;
        height: 50px;
    }
    .make_upd_btn{
        height: 50px!important;
    }
    .make_upd_btn p{
        font-size: 20px;
    }
    .make_upd_btn i{
        font-size: 26px;
    }
    .banner_upd_btn p {
        font-size: 20px;
    }
    .banner_upd_btn .layui-icon.layui-icon-upload{
        font-size: 30px!important;
    }
}