/* 通用 */
html {
    font-size: 5.15vw;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

h1,
h2,
h3 {
    font-weight: normal;
}

a {
    text-decoration: none;
    outline: none;
}

input,
textarea,
select {
    /* font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif; */
    /* font-size: 1em; */
    outline: none;
}

ul,
ol {
    padding: 0;
    list-style-type: none;
}

table {
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

body {
    min-width: auto;
}

/* ::-webkit-scrollbar {
    width: 11px;
} */

.l_header_f {
    width: 100vw;
    height: 1.53rem;
    display: grid;
    grid-template-rows: 1.03rem .5rem;
    position: fixed;
    z-index: 100;
    background-color: #fff;
}

/* 头部 */
.l_header {
    width: 19.2rem;
    height: 1.03rem;
    margin: 0 auto;
    position: relative;
}

/* logo */
.l_header .l_logo {
    width: 3.55rem;
    height: .55rem;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    top: .23rem;
    left: 1.9rem;
}

.l_header .l_logo img {
    width: 3.25rem;
}

/* 搜索框 */
.l_header .l_input form {
    font-size: 0;
    width: 2.29rem;
    height: .26rem;
    position: absolute;
    top: .46rem;
    right: 3.91rem;
    background: #F6F6F6;
    border-radius: .13rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}



.l_header .l_input input {
    /* width: 1.5rem; */
    height: .12rem;
    font-size: .12rem;
    font-family: SourceHanSansCN;
    font-weight: 300;
    color: #3C3B40;
    line-height: .12rem;
    border: 0;
    background-color: transparent;
    outline: none;
}

/* 搜索图标 */
.l_header input.sub {
    font-size: 0;
    height: .2rem;
    /* width: .2rem; */
}

.l_header .l_change {
    width: 1.7rem;
    height: .14rem;
    position: absolute;
    top: .5rem;
    right: 1.9rem;
    font-size: .14rem;

}

.l_header .l_change span {
    color: #3C3B40;
    font-size: .14rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #3C3B40;
    line-height: .14rem;
    cursor: pointer;
}

/* 导航 */
.l_nav {
    width: 19.2rem;
    height: .5rem;
    display: flex;
    align-items: center;
    background-color: rgb(249, 249, 249);
    margin: 0 auto;


}

.l_nav .nav_cen {
    width: 14.57rem;
    height: .48rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

/* 关于烨辉 */
.l_nav .nav_cen .bright {
    position: relative;
    height: .48rem;
    padding: 0 1px;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #221816;
    line-height: .48rem;
    cursor: pointer;
}

.l_nav .nav_cen .bright>ul {
    transition: all 0.3s ease-out 0s;
    position: absolute;
    top: .37rem;
    left: -0.75rem;
	width: 3rem;
    /*width: 2.1rem;*/
    /* border-top: #838383 .03rem solid; */
    opacity: 0;
    display: none;
    /* visibility: hidden; */
    transform: translate3d(0px, .1rem, 0px);
    -moz-transform: translate3d(0px, .1rem, 0px);
    -webkit-transform: translate3d(0px, .1rem, 0px);
    /* border-top: 3px solid #7B7B7B; */
    box-shadow: 0px .1rem .2rem rgb(0 0 0 / 10%);
    background-color: #fff;
    /* z-index: -1; */
}


.l_nav .nav_cen .bright:hover>ul {
    opacity: 1;
    display: block;
    /* z-index: 100; */

}

.l_nav .nav_cen .bright>ul li {
    border-bottom: 1px solid rgb(194, 194, 194);
    transition: .5s;
    padding: 0 .3rem;
}

.l_nav .nav_cen .bright>ul a {
    width: 2.1rem;
    height: auto;
    position: relative;
    color: #929292;

}

.l_nav .nav_cen .bright>ul a span {
    position: relative;
    left: 0;
    transition: .5s;
	font-size: 0.1rem;
}

.l_nav .nav_cen .bright>ul a i {
    position: relative;
    left: .2rem;
    opacity: 0;
    transition: .5s;
}

.l_nav .nav_cen .bright>ul a:hover li {
    background-color: #e7e7e7;
}

.l_nav .nav_cen .bright>ul a:hover span {
    left: 10px;
    color: black;
}

.l_nav .nav_cen .bright>ul a:hover i {
    opacity: 1;
    color: black;

}



.l_nav .nav_cen>a {
    height: .48rem;
    font-size: .16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #221816;
    line-height: .48rem;
}


.l_nav .nav_cen div {
    height: .16rem;
    border-left: .01rem dotted rgb(200, 200, 200);
}

.l_nav .nav_cen>a {
    border-bottom: .02rem solid transparent;
}

.l_nav .nav_cen .hover {
    border-bottom: .03rem solid rgb(226, 14, 14);
}

.l_banner {
    width: 19.2rem;
    height: 3.17rem;
    overflow: hidden;
    margin: 0 auto;

}

.l_banner img {
    width: 19.2rem;
}

/* 登录 */
.setip_box {
    width: 19.2rem;
    height: 5.7rem;
    margin: 0 auto;
}

.setip_box>div {
    display: inline-block;
}

.setup {
    font-size: 0;
    width: 5.6rem;
    height: 3.27rem;
    position: relative;
    /* top: .71rem; */
    left: 3.59rem;
}

.setup div {
    width: 5.6rem;
    height: .73rem;
    margin-bottom: .31rem;
}

.setup div span {
    display: block;
    text-align: start;
    font-size: .18rem;
    font-family: SourceHanSansCN;
    font-weight: 600;
    color: #030303;
}

.setup div .input {
    font-size: 0;

    width: 5.6rem;
    height: .4rem;
    border: .01rem solid #DDDDDD;
    border-radius: .04rem;
    margin-top: .11rem;
    position: relative;
}

/* 输入框 */
.setup div .input input {
    width: 5.3rem;
    height: .14rem;
    font-size: .14rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #717171;
    line-height: .14rem;
    position: relative;
    top: .13rem;
    left: .15rem;
    border: 0;
    background-color: transparent;

}

/* 验证栏 */
.setup .test {
    width: 3.36rem;
    display: flex;
    justify-content: space-between;
}

.setup .test .test_con {
    width: 2rem;
}

.setup .test .test_con .test_input {
    width: 2rem;
}

.setup .test .test_con .test_input input {
    width: 1.7rem;
}

/* 验证码s */
.setup .test ul {
    width: 50%;
    height: .55rem;
    justify-self: end;
    background-color: rgb(240, 240, 240);
    border-radius: .05rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;
    font-size: .22rem;
    margin-left: .1rem;
    margin-top: .3rem;
    user-select:none;
}

/* 提交按钮 */
.setup #submit {
    width: 1.03rem;
    height: .28rem;
    background: #FF0000;
    border-radius: .04rem;
    border: 0;
    font-size: .14rem;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
    outline: none;
    cursor: pointer;
}

/* 定制图片 */
.l_img {
    width: 5.72rem;
    height: 4rem;
    position: relative;
    top: .46rem;
    left: 4.5rem;
    border: .05rem solid rgb(0, 117, 216);
    border-radius: .05rem;
    overflow: hidden;
}

.l_img img {
    width: 5.72rem;
}

.l_img .l_img_fo {
    width: 5.72rem;
    height: .53rem;
    background-color: rgb(0, 117, 216);
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l_img .l_img_fo span {
    height: .23rem;
    font-size: .23rem;
    font-family: SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

/* 页尾 */
.l_footer {
    width: 19.2rem;
    height: .35rem;
    margin: 0 auto;
    background-color: rgb(58, 59, 66);
    position: relative;
    display: flex;
    align-items: center;
}

.l_footer .footer_con {
    font-size: 0;
    width: 7.5rem;
    height: .18rem;
    position: absolute;
    right: .5rem;
}


.l_footer .footer_con img {
    font-size: 0;
    height: .14rem;
}


.l_footer .footer_con span {
    height: .18rem;
    font-size: .12rem;
    color: rgb(142, 142, 142);
}

.l_footer .footer_con span:nth-child(1) {
    margin-right: .7rem;
}

.l_footer .footer_con span:nth-child(2) {
    margin-right: .55rem;
}

.l_footer .footer_con span:nth-child(3) {
    display: inline-block;
    width: .43rem;
    margin-right: .2rem;
    border-right: .01rem solid rgb(78, 78, 84);
}

/* 手机 */
.l_footer .footer_con span:nth-child(4) {
    display: inline-block;
    width: .43rem;
    position: relative;
    top: .03rem;
    border-right: .01rem solid rgb(78, 78, 84);

}

a {
	text-decoration: none; 
	-webkit-tap-highlight-color: transparent;
    color: black;
}