@font-face {
    font-family: PingFangSC;
    src: url("/fonts/pingfangsc_1.ttf")/*tpa=/code/anquanxiaotishi/fonts/pingfangsc_1.ttf*/;
}

@font-face {
    font-family: PingFangSC;
    src: url("/fonts/pingfangsc_1.ttf")/*tpa=/code/anquanxiaotishi/fonts/pingfangsc_1.ttf*/;
}

body {
    margin: 0px auto;
    background-color: #2d2d2c;
    overflow: hidden;
}

#capture {
    width: 1280px;
    height: 638px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.css-1xamfmm,
[data-css-1xamfmm] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 76%;
    top: 90%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transform: scale;
    border-radius: 50%;
    visibility: visible;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

span,
p,
a {
    /*font-family: PingFangSC;*/
}

body {
    background-color: #858585;
}

.container_text {
    font-size: 21px;
    margin: 2% auto;
    /*text-align: center;*/
    line-height: 25px;
    width: 1280px;
}

.container .container_text .top_text p,
.container .container_text .top_text p span {
   color: #000000;
    font-size: 18px;
    font-weight: 600;
    
}
.top_text2{
    text-align: left;
    margin-left: 25%;
    margin-top: 40px;
    font-weight: bolder;
    line-height: 48px;
    font-size: 28px;
    color: #fff;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: black;
    /*text-shadow: 0 3px black, 3px 0 black, -3px 0 black, 0 -3px black;*/
    text-shadow: 0 0 9px #000000, 0 0 8px #000000;
    width: 700px;
}

.top_text3{
    text-align: center;margin-left: 12%;
    margin-top: 40px;
   
}
.container .container_text .center_text2 p,
.container .container_text .bottom_text2 p {
    color: #3e3e3b;
}

.container .container_text .top_text1 p,
.container .container_text .top_text1 p span {
   color: #000000;
    font-size: 10px;
    /*font-weight: 400;*/
    /*margin-top: -77px;*/
}
.top_text1{
    text-align: left;
    margin-left: 62%;
    margin-top: 113px;
}


.top_text3{
    text-align: left;
    margin-left: 75%;
}

.container .container_text .top_text4 p,
.container .container_text .top_text4 p span {
   color: #000000;
    font-size: 10px;
    /*font-weight: 400;*/
    margin-top: -101px;
}
.top_text4{
    text-align: left;
    margin-left: 80%;
}
.container .container_text .center_text p,
.container .container_text .bottom_text p {
    color: #3e3e3b;
}


.container .container_text .center_text p span {
    color: #57be4f;
}

.container .container_text .center_text p span span {
    color: red;
}

.container .container_text .bottom_text p span {
    color:#8a8a8a;
}

.n_text1 {
    margin-left: 33%;
    margin-top: 3px;
    
   
}

.n_text1 p {
     margin: 15px auto;
    font-size: 15px;
    line-height: 20px;
}
.container .container_text .center_text {
    margin: 30px auto;
    font-size: 20px;
    line-height: 40px;
}

.container .container_text .bottom_text {
    margin: 6px auto;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin-top: 40px;
    margin-left: 10%;
}

.c_text {
   position: absolute;
    left: 2%;
    top: 11%;
    z-index: 98;
}

.c_text .c_time {
    font-size: 8px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 1px;
}
.c_text .c_time2 {
   font-size: 10px;
    font-weight: 200;
    color: #ffffff;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 5px;
    
}
.photo {
    /*width: 220px;*/
    /* height: 200px; */
    position: absolute;
    top: 40px;
    right: 0;
    left: 28%;
    bottom: 30px;
    height: 100px;
}

.photo div input {
    width: 90px;
    height:90px;
   
}

.p_le {
    float: left;
   
     width: 90px; 
    height: 90px;
    border: 1px solid #6f7786;
    background-size: cover;
    position: relative;
}

.p_ri {
    float: right;
   
      width: 240px; 
    height: 320px;
    border: 1px solid #6f7786;
    position: relative;
}

#p_lem {
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.p_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

#p_rim {
    width: 100%;
    height: 320px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.p_right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}




.css-1xamfmm,
[data-css-1xamfmm] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.36);
    position: absolute;
    left: 88%;
    top: 73%;
    cursor: pointer;
    transform: translate(-50%, -50%);
    transform: scale;
    border-radius: 50%;
    visibility: visible;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-transform: translate(-50%, -50%);
    z-index: 99;
}

body {
    background-color: #666;
    overflow: hidden;
}

.back {
    width: 1600px;
    margin: 120px auto;
}

.b_time {
    position: absolute;
    top: 78px;
    left: 70px;
    color: #fff;
    font-size: 17px;
}

.b_time input {
    width: 160px;
    height: 28px;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 16px;
    letter-spacing: 1px;
}

.b_inp {
    position: absolute;
    top: 220px;
}

.b_left {
    width: 144px;
    margin-left: 70px;
}

.b_right {
    width: 144px;
    margin-left: 336px;
}

.b_input {
    color: white;
    position: absolute;
    top: 195px;
    left: 270px;
}

.b_input li {
    list-style: none;
    line-height: 53px;
}

.b_input li input {
    width: 286px;
    height: 71px;
    border: none;
    outline: none;
    background: transparent;
    color: white;
    font-size: 24px;
}
.reference, table.tecspec {
    border-collapse: collapse;
    width: 72%;
    margin-bottom: 4px;
    margin-top: 4px;
}
.reference th {
    color: #000;
    /*background-color: #555;*/
    border: 1px solid rgb(0 0 0 / 40%);
    font-size: 14px;
    padding: 2px;
    vertical-align: top;
    text-align: center;
    width: 70%;
}
.reference td {
    line-height: 15px;
    border: 1px solid rgb(0 0 0 / 40%);
    padding: 1px;
    padding-top: 4px;
    padding-bottom: 3px;
    vertical-align: middle;
    font-size: 14px;
    text-align: center;
    /* width: 80%;*/
}
.reference td img {
    text-align: center;
    width: 101px;
    margin-left: 20px;
    padding-right: 20px;
}