

[v-cloak] {
    display: none;
}
/*banner区域*/
.banner-img-area{
    width: 100%;
    position:relative;
    height: 434px;
    background-image: url("../../img/index/banner1.png");
    background-repeat: no-repeat;
    background-position: center;
}
.banner-img-area > img{
    width: 100%;
    height: 100%;
}
.banner-img-area-banner-title{
    height: 50px;
    position:absolute;
    left: 0;
    bottom:0;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 30px;
    font-weight: 800;
    color:white;
    letter-spacing: 4px;
    text-align: center;
}
.hr-css{
    display: inline-block;
    width: 90px;
    height: 3px;
    background-color: white;
    position:relative;
    top:8px;
}
/*起名输入*/
.name-input-box{
    width: 1200px;
    height: 170px;
    box-sizing: border-box;
    border:1px solid gainsboro;
    border-radius: 10px;
    margin: 0 auto;
    position:relative;
    top:-60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 10px #d6eaff;
}
.left-input{
    width: 60%;
    height: 60px;
    background-color: #ebf2f4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.left-input-child{
    width: 80%;
    border:0;
    height: 50px;
    font-size: 16px;
    color:#666;
    font-weight: 600;
    background-color:#ebf2f4;
}
input{outline:none}

.middle-select{
    width: 130px;
    height: 60px;
    background-color: #ebf2f4;
    margin: 0 15px;
    border-radius: 5px;
}
 .middle-select .num-select{
    width: 130px;
    height: 60px;
    box-sizing: border-box;
    border:0;
    text-align: center !important;
    background-color:#ebf2f4 ;
     font-size: 16px !important;
     cursor: pointer;
     letter-spacing: 4px;
}
.num-select option {
    letter-spacing: 5px;
    font-size: 16px !important;
}

.right-btn{
    width: 150px;
    height: 60px;
    background-color: #218fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: bolder;
    color:white;
    letter-spacing: 2px;
    border-radius: 10px;
    cursor: pointer;
}
/*输入框没有输入的错误样式*/
.error_css{
    box-sizing: border-box;
    border:1px solid red;
}
/*起名请求内容*/
.query-content{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.content-left{
    width: 49%;
    min-height: 300px;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 10px;
    overflow: hidden;
}
.content-left-item{
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-left-item-text{
    width: 65%;
    font-size: 17px;
    font-weight:500;
}
.middle-jk{
    width: 5%;
    height: 60px;
}
.content-left-item-btn{
    width: 20%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color:white;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #218fff;
    cursor: pointer;
}
.content-right{
    width: 49%;
    min-height: 300px;
    box-sizing: border-box;
    border:1px solid grey;
    border-radius: 10px;
    overflow: hidden;
}
.content-right-item-text{
    display:flex;
    align-items: center;
    justify-content: center;
    width: 65%;
    font-size: 17px;
    font-weight: 500;
}
.select-change-text{
    display: block;
    width: 95%;
    font-size: 17px;
    height: 40px;
    border:1px solid #ff8f21;
    outline: none;
    border-radius:8px;
    padding-left: 5px;
}
.content-right-item-btn{
    width: 20%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color:white;
    letter-spacing: 2px;
    font-size: 16px;
    border-radius: 10px;
    background-color: #ff8f21;
    cursor: pointer;
}
.item_bg{
    background-color: #f0f6f8;
}
/*内容操作*/
.content-operation{
    width: 1100px;
    height: 100px;
    margin: 10px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.change-lots{
    width: 49%;
    height: 80px;
    background-color: #dbe9f8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.changes-lots-word{
    color:#218fff;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bolder;
}
.copy{
    width: 24%;
    height: 80px;
    background-color: #dbe9f8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.clear{
    width: 23%;
    height: 80px;
    background-color: #fddfc2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.clear-word{
    color:#ff8f21;
    font-size: 20px;
    margin-left: 20px;
    font-weight: bolder;
}
