* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}

ul li {
    list-style: none;
}

.head {
    width: 100%;
    height: 95px;
    background-color: #fff;
}

.header {
    width: 1200px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pclogo img {
    height: 33px;
    /*margin-left: 150px;*/
}

.nav {
    display: flex;
    width:100%;
    margin: inherit;
    align-items: center;
}

.nav li {
    position: relative;
}

.nav li a {
    display: block;
    height: 95px;
    line-height: 95px;
    color: #000;
    font-size: 20px;
    padding: 0 18px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 45px !important;
    border-radius: 0% !important;
    height: 10px !important;
}

.index_con {
    width: 1200px;
    margin: 0 auto;
    padding: 15px;
    background-color: #fff;
}

.index_top {
    font-size: 20px;
    padding-left: 15px;
    border-left: 6px solid #f13a3a;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.index_des {
    padding: 25px 0;
}

.index_des img {
    display: block;
    width: 100%;
    margin: 20px auto;
}

.index_des p {
    font-size: 22px;
    color: #666;
    line-height: 35px;
}

.foot {
    padding: 30px 0;
    background-color: #282828;
    margin-top: 90px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.f_nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.f_nav li a {
    width: 142px;
    height: 45px;
    display: block;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #c40000;
    font-size: 20px;
    border-radius: 5px;
}

.f_con {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}

.f_con_left {
    width: 100%;
}

.f_con_left strong {
    display: block;
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px;
}

.f_con_left P {
    font-size: 14px;
    color: #b2b2b2;
    margin-bottom: 10px;
}

.f_con_right {
    width: 50%;
    text-align: right;
}

.copy {
    padding-top: 30px;
    text-align: center;
    color: #b2b2b2;
    font-size: 14px;
}

.search {
    width: 100%;
    padding: 45px 0;
    background-color: #fff;
}

.searchcon {
    width: 1100px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    justify-content: space-between;
    margin: 0 auto;
    border: 1px solid #ff9800;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.searchcon input {
    width: 990px;
    height: 35px;
    border: none;
    outline: none;
    margin-left: 20px;
}

.searchcon a {
    width: 75px;
    height: 50px;
    text-align: center;
    color: #fff;
    background-color: #ff9800;
    line-height: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pro {
    width: 1100px;
    margin: 50px auto;
}

.pro ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .pro ul li {
        width: 31%;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        border-radius: 15px;
        height: 100%;
    }

.pro ul li .img_a {
    display: block;
    overflow: hidden;
}

.pro ul li .img_a img {
    width: 100%;
    transition: all ease 0.6s;
}

.pro ul li:hover img {
    transform: scale(0.7);
}

.pro ul li:hover .pro_bot {
    bottom: 0 !important;
}

.pro_bot {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    transition: all ease 0.6s;
    padding: 0 10px;
}

.pro_bot span {
    color: #6a6a6a;
    font-size: 14px;
    display: block;
    cursor: pointer;
}

.pro_bot span:hover {
    color: #ca6309;
}

.pro_bot a:hover {
    color: #ca6309;
}

.pro_bot a {
    display: block;
    font-size: 14px;
    color: #6a6a6a;
}

.prodetail {
    width: 1100px;
    margin: 40px auto;
}

.bread {
    margin-bottom: 20px;
}

.bread a {
    font-size: 14px;
    color: #6a6a6a;
}

.bread a:hover {
    color: #ff9800;
}

.detail {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detailright {
    width: 40%;
}

.detailleft {
    width: 59%;
}

.detailleft img {
    width: 100%;
    border-radius: 10px;
}

.detailleft p {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 5px;
}

.detailright strong {
    font-size: 20px;
    color: #666;
    display: block;
    margin-bottom: 15px;
}

.tag {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.tag a {
    display: block;
    font-size: 13px;
    color: #6a6a6a;
    padding: 0px 15px;
    height: 25px;
    line-height: 25px;
    background-color: #efeff0;
    margin-right: 15px;
    border-radius: 10px;
}

.price {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.price span {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
}

.price p {
    font-size: 40px;
    color: #e55f60;
}

.caozuo {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.caozuo a {
    display: block;
    width: 120px;
    height: 40px;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    margin-right: 10px;
    text-align: center;
}

.xiazai {
    background-color: #409eff;
    box-shadow: rgb(64 158 255) 0px 3px 10px;
}

.shouquan {
    background-color: #e6a23c;
    box-shadow: rgb(230 162 60) 0px 3px 10px;
}

.jianjie p {
    font-size: 14px;
    color: #6a6a6a;
    margin-bottom: 5px;
}

.description {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.descriptioncon {
    width: 1100px;
    margin: 0 auto;
}

.descriptioncon strong {
    /*color: #e6a23c;
    display: block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-bottom: 3px solid #e6a23c;
    font-size: 14px;
    margin-bottom: 30px;*/
}

.xiangqing img {
    width: 100%;
    display: block;
    margin: 20px auto;
}

.xiangqing p {
    font-size: 14px;
    color: #6a6a6a;
    line-height: 30px;
}

.cover {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.covercon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.down_lay {
    width: 960px;
    background-color: #fff;
    padding: 15px;
    position: relative;
    /* display: none; */
}

.cancle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.down_lay strong {
    display: block;
    color: #303133;
    font-size: 20px;
    font-weight: normal;
}

.down_lay p {
    margin-top: 60px;
    text-align: center;
    color: #606266;
    font-size: 14px;
    margin-bottom: 25px;
}

.pay_lay strong {
    display: block;
    color: #303133;
    font-size: 20px;
    font-weight: normal;
}

.pay_lay p {
    margin-top: 60px;
    text-align: center;
    color: #606266;
    font-size: 14px;
    margin-bottom: 25px;
}

.cancle {
    cursor: pointer;
}

.down_lay img {
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    transition: all ease 0.4s;
    cursor: pointer;
    margin-bottom: 20px;
}

.down_lay img:hover {
    box-shadow: 2px 3px 9px 3px #ccc;
}

.pay_lay {
    width: 960px;
    background-color: #fff;
    padding: 15px;
    position: relative;
    display: none;
}

.pay_lay p {
    color: #f56c6c;
    text-align: center;
    font-size: 30px;
}

.pay_lay span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-bottom: 20px;
}

.pay_lay img {
    display: block;
    margin: 0 auto;
}

.wxicon {
    width: 95px;
}

.pay_lay a {
    display: block;
    margin: 0 auto;
    color: #409eff;
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}

.cover1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    /* display: none; */
    z-index: 99;
}

.covercon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.stepcon {
    padding: 15px;
    background-color: #fff;
    max-height: 700px;
    overflow-y: scroll;
    width: 960px;
}

.stepcon::-webkit-scrollbar {
    display: none;
}

.stepcon strong {
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 28px;
    font-weight: normal;
    padding: 20px 0;
}

.stepbox {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
}

.stepboxleft {
    width: 30%;
}

.stepboxleft1 {
    margin-bottom: 35px;
}

.type {
    font-size: 12px;
    color: #4c4b59;
    margin-bottom: 15px;
}

.stepboxleft1 ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.stepboxleft1 ul li p {
    font-size: 24px;
    color: #4c4b59;
}

.stepboxleft1 ul li span {
    width: 18px;
    border-radius: 18px;
    height: 18px;
    border: 1px solid #ccc;
    display: block;
    margin-right: 5px;
}

.stepboxleft1 ul li h5 {
    /* font-weight: normal; */
    font-size: 14px;
    color: #f19733;
    margin-left: 5px;
}

.cho1 span {
    background-color: #f19733 !important;
    border: 1px solid transparent !important;
}

.thority {
    width: 100%;
    height: 45px;
    display: block;
    background: #f19733;
    box-shadow: 2px 7px 14px -2px #f19733;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
}

.Canclethority {
    width: 100%;
    height: 45px;
    display: block;
    /* background: #f19733; */
    /* box-shadow: 2px 7px 14px -2px #f19733; */
    border-radius: 8px;
    text-align: center;
    color: #606266;
    font-size: 14px;
    line-height: 45px;
    margin-top: 20px;
}

.stepboxright {
    width: 65%;
}

.checkdiv {
    margin-bottom: 10px;
    font-size: 17px;
    border: 1px solid #eee;
    padding: 13px 10px;
    border-radius: 16px;
    color: #b8b8b8;
    box-shadow: 1px 2px 8px -3px #eee;
}

.checked {
    color: #000 !important;
}

.out1 {
    display: none;
}

.step2 {
    display: none;
}

.step2 p {
    text-align: center;
    color: #6d7278;
    font-size: 14px;
}

.step3 p {
    text-align: center;
    color: #6d7278;
    font-size: 14px;
}

.step2 input {
    width: 470px;
    display: block;
    margin: 20px auto;
    height: 40px;
    padding-left: 15px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    outline: none;
}

.stepcaozuo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.prevstep {
    font-size: 14px;
    color: #6a6a6a;
}

.nextstep {
    height: 35px;
    line-height: 35px;
    display: block;
    width: 112px;
    margin-left: 10px;
    color: #fff;
    text-align: center;
    background: #f19733;
    box-shadow: 2px 7px 14px -2px #f19733;
    border-radius: 8px;
    border: none;
}

.step3 ul {
    margin-top: 40px;
}

.step3 ul li {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.dot {
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: block;
    margin-right: 5px;
}

.lileft {
    font-size: 14px;
    width: 15%;
    text-align: right;
    color: #606266;
}

.do_item {
    display: flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.do_item h6 {
    font-weight: normal;
    font-size: 14px;
    color: #606266;
}

.liright {
    display: flex;
    align-items: center;
    flex: 1;
    padding-left: 20px;
}

.liright input {
    height: 32px;
    padding-left: 15px;
    border-radius: 3px;
    border: 1px solid #dcdfe6;
    width: 75%;
    outline: none;
}

.step2 {
    display: none;
}

.step3 {
    display: none;
}

.step4 {
    display: none;
}

.cover1 {
    display: none;
}

.sqinfo strong {
    display: block;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 30px;
}

.sqinfo table {
    border-collapse: collapse;
    display: block;
    width: 100%;
    table-layout: fixed;
}

.layui-upload-list img {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 10px;
    object-fit: contain;
}

.pro2 li {
    width: 23% !important;
}