*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}

.boxbg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(5, 2, 2,0.5);
    display: none;
}
.box{
    width: 400px;
    height: 620px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 46%;
    border-radius:5px;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.box h4{
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    letter-spacing: 1px;
    padding: 0;
    color: #000000;
}
.box_top{
    height: 305px;
    width: 100%;
    border-bottom: 1px solid #d6d6d6;
}
.box_top ul{
    margin: 20px 0px 0px 0px;
}
.box_top ul li{
    width: 97%;
    height: 70px;
    padding-left: 3%;
    position: relative;
    list-style-type: none;
    padding: 0 0 0 3%;
    margin: 0;
}

.box_top ul li span{
    margin-right: 5px;
    width: 80px;
    height: 60px;
    font-size: 15px;
    display: block;
    float: left;
    text-align: center;
}
.contacts_txt{
    border-radius: 5px;
    width:270px;
    border: 1px solid #d6d6d6;
    outline:none;
    height: 40px;
    -webkit-appearance: none;
    padding-left:10px;
}
.boxbtn{
    width: 180px;
    height: 50px;
    margin: 0px auto;
}
.boxbtn .box_determine{
    float: left;
    background-color: rgb(64, 158, 255,1);
    width: 70px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-left: 5px;
    transition: 0.2s all;
    user-select: none;
}
.boxbtn .box_determine:hover{
    background-color: rgb(64, 158, 255,0.8);
}
.boxbtn .box_close{
    float: right;
    width: 70px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    border: 1px solid #dcdfe6;
    color: #606266;
    cursor: pointer;
    margin-right: -5px;
    background-color: rgb(236, 245, 255,0);
    transition: 0.2s all;
    user-select: none;
    margin-top: -0.5px;
}
.boxbtn .box_close:hover{
    background-color: rgb(236, 245, 255,1);
}
.ts1{
    position: absolute;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 13px;
    top: 12px;
    display: none;
    right: 30px;
}
.ts2{
    position: absolute;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 13px;
    top: 12px;
    display: none;
    right: 30px;
}
.ts3{
    position: absolute;
    background: #ff6900;
    color: #fff;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    font-size: 13px;
    top: 12px;
    right: 30px;
    display: none;
}
.box_bottom{
    height: 120px;
    width: 94%;
    margin-top: 10px;
    float: left;
    padding-left: 3%;
    padding-right: 3%;
}
.box_bottom p{
    margin-top: 8px;
    font-size: 13px;
    padding: 0;
     line-height: 17px;
}
#iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
    height: 100%;
}
.ts4{
    width: 720px;
    height: 50px;
    border-radius: 6px;
    color: #fff;
    position: fixed;
    top: 42%;
    left: 50%;
    background-color:rgb(0,0,0,0.6);
    transform: translate(-50%,-50%);
    z-index: 99;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: none;
}

#btn button{
    /* margin: 5px; */
    /* border-radius: 5px; */
    /* cursor: pointer; */
    /* border:none;  */
    /* text-align: center; */
    /* width: 100px; */
    /* height: 40px; */
    /* line-height: 40px; */
    /* background-color: rgba(78,120,242,1); */
    /* color: #fff; */
    /* border:0; */
    /* float: left; */
	cursor: pointer;
	 background-color:#fff;
}
/* #btn button:nth-child(1){
    position: absolute;
    left: 50%;
    top: 50px;
} */