body{
    background-color: #f5f5f5;
}
/*图片*/
.pic{
    width: 100%;
    height: 100px;
}
.pic .pic-container{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
}
.pic .pic-container img{
    width: 100%;
    height: 100%;
}
/*转链部分*/
.change{
    width: 100%;
    overflow: hidden;
}
.change .change-container{
    width: 1160px;
    padding: 20px;
    margin: 20px auto ;
    border: 1px solid #eeeeee;
    background: #ffffff;
    border-radius: 10px;
}
.one{
    padding: 0;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #409EFF;
    background: #ecf5ff;
    border-color: #b3d8ff;
}
.layui-btn:hover{
    background-color:#409EFF ;
    color: white;
}
.bottom{
    font-size: 14px;
    width: 100%;
    height: 50px;
}
.bottoms{
    font-size: 14px;
    width: 100%;
    height: 650px;
    position: relative;
}
.bottoms .bottom-left{
    float: left;
    width: 400px;
    height: 642px;
    border-radius: 10px;
    background: #ecf6e9;
    border: 1px solid #d4edd5;
}
.bottoms .bottom-right{
    float: right;
    width: 388px;
    height: 642px;
    border-radius: 10px;
    border: 1px solid #c7e7f4;
    background: #e8f5f9;
}
.bottoms .a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    margin-left: 30px;
}
.bottom-middle{
    width: 330px;
    height:642px;
    float: left;
    margin-left: 15px;
}
.bottom-middle span{
    width: 318px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
    float: left;
}
.top_p3 {
    float: right;
    height: 30px;
    font-size: 12px;
}
.top_p3:hover {
    color: red;
    cursor: pointer;
    opacity: 0.9;
}
.asd{
    float: left;
    width: 318px;
    height: 60px;
}
.asd ul{
    width: 150px;
    height: 30px;
    float: left;
    line-height: 30px;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
}
.asw{
    border: 1px solid #DCDFE6;
    border-radius: 100%;
    width: 14px;
    height: 14px;
    background-color: #FFF;
    cursor: pointer;
    box-sizing: border-box;
    margin-right: 10px;
}
.wwq{
    margin-left: 1px;
    margin-top: 10px;
    height: 30px;
    float: left;
    line-height: 30px;
}
.two{
    padding: 0;
    width: 318px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    color: #409EFF;
    border-radius: 5px;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

.submit{
    padding: 0;
    width: 318px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #409EFF;
    border-radius: 5px;
    background: #ecf5ff;
    border-color: #b3d8ff;
}

.clear {
    padding: 0;
    width: 318px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #82848a;
    border-color: #b3d8ff;
}

.copy {
    padding: 0;
    width: 318px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #409EFF;
    border-color: #b3d8ff;
}


