main > section:last-of-type{
    width: 0px;
    height: 0px;
    padding-top: 0px;
    /*position: fixed;/* 固定定位 *
    top: 280px;
    left: 23px;
    z-index:1;/* 定位层级 *
    width: 210px;
    height: 378px;
    /* background-color: rgb(255, 255, 255); *
}
input{
    outline: 0; /*去掉输入边框闪光*
    border: 2px solid rgb(168, 168, 168);/*实心边框*
    border-radius: 4px;/*圆角大小*
}
.sidebar-content{
    position: relative;/*相对定位*
    z-index:2;/* 定位层级 *
    display: flex;/*弹性盒模型*
    width: 1903px;
    height: 951px;
    flex-wrap: wrap;/*弹性换行*
    align-content: space-around;/* 两侧有相同间距居中 *
    /* background-color: rgb(226, 226, 226); *
}
.customer-information{
    position: absolute;/* 绝对定位 *
    left: 0;
    right: 0;
    width: 700px;
    /* height: 535px; *
    margin: auto;
    background-color: rgb(255, 251, 0);
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul:first-of-type > li:first-of-type{
    width: 96px;
    height: 170px;
    border: 2px solid rgb(112, 112, 112);/*实心边框*
    margin: auto;
    background-color: rgba(219, 182, 134, 0.6);
    border-radius: 5px;/*圆角大小*
}
/* 报价结果为 *
main > section:last-of-type > ul:first-of-type > li:first-of-type > p{
    width: 60px;
    height: 41px;
    margin: 10px auto 0;
    font-size:15px;/*字体大小*
    font-weight:bold;/*字体粗细*
    text-align: center; /*文字水平居中*
    /* background-color: blueviolet; *
}
/* 计算结果 *
main > section:last-of-type > ul:first-of-type > li:first-of-type > ul{
    display: flex;/*弹性盒模型*
    width: 90px;
    height: 40px;
    border: 2px solid rgb(231, 231, 231);/*实心边框*
    margin: 10px auto;
    background-color: rgb(255, 255, 255);
    justify-content: center;/* 测轴居中 *
    align-items: center;/* 测轴居中 *
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul:first-of-type > li:first-of-type > ul > li{
    overflow: hidden;/*超出隐藏*
    width: 50px;
    height: 26px;
    font-size:20px;/*字体大小*/
    /* background-color: darkmagenta; *
}
/* 开始计算 *
main > section:last-of-type > ul:first-of-type > li:first-of-type > section:first-of-type{
    width: 72px;
    margin: auto;
}
main > section:last-of-type > ul:first-of-type > li:first-of-type > section:first-of-type > input{
    width: 70px;
    height: 40px;
    background-color: chocolate;
    font-size:15px;/*字体大小*
    color: rgb(255, 255, 255);
    border-radius: 5px;/*圆角大小*
 }
/*main > section:last-of-type > ul:first-of-type > li:first-of-type:hover{
    user-select: none;/* 小三角 *
} *
main > section:last-of-type > ul:first-of-type > li:first-of-type > section:first-of-type:hover > input{
    background-color: rgb(4, 0, 255);
}
main > section:last-of-type > ul:first-of-type > li:first-of-type > section:first-of-type > input:hover{
    cursor: pointer;/*小手*
}
main > section:last-of-type > ul:first-of-type > li:first-of-type > section:first-of-type:active > input{
    border: 2px solid rgb(238, 255, 0);/*实心边框*
    color: rgb(247, 0, 255);
}
/* main > section:last-of-type > ul:first-of-type > li:first-of-type:active > section:last-of-type{
    display:block;/* 显示 *
} *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type{
    display: none;
    top: -517px;
    left: -80px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section{
    /*position: relative;/*相对定位*
    top: 250px;
    height: 590px;
    border: 20px double rgb(255, 0, 242);/*实心边框*
    border-radius: 150px;/*圆角*
}
/* main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > p{
    width: 420px;
    font-size: 30px;/*字体大小*
    font-weight:bold;/*字体粗细*
    margin: auto;
    padding: 20px 0;
} *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > p:first-of-type{
    /*position: absolute;/* 绝对定位 *
    width: 694px;
    height: 50px;
    border-bottom: 2px solid rgb(112, 112, 112);/*实心边框*
    padding: 20px 0;
    /* top: -60px;
    left: -100px; *
    font-size: 30px;/*字体大小*
    font-weight:bold;/*字体粗细*
    line-height:50px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
    /*border-right: 2px solid rgb(112, 112, 112);/*实心边框*
    border-left: 2px solid rgb(112, 112, 112);/*实心边框*
    border-radius: 0px 0px 105px 105px/0px 0px 130px 130px;/*圆角*
    background:linear-gradient(180deg,rgb(255, 255, 255) 0%,rgb(255, 191, 114) 30%,
    rgb(255, 185, 98) 40%,rgb(255, 177, 88) 50%,rgb(255, 170, 73) 60%,
    rgb(255, 165, 62) 70%,rgb(255, 154, 40) 80%,rgb(182, 97, 0) 100%)top left/900px 130px no-repeat; *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > p:last-of-type{
    width: 320px;
    padding: 15px;
    margin: auto;
    font-size: 20px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(235, 0, 0);
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section{
    width: 540px;
    height: 265px;
    margin: auto;
    padding-top: 5px;
    border: 2px solid rgb(104, 104, 104);/*实心边框*
    border-radius: 5px;/*圆角大小*/
    /* background-color: aqua; *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul{
    display: flex;/*弹性盒模型*
    width: 524px;
    margin: 15px auto 0;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul > li{
    margin-left: 21px;
    font-size:13px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul > li > input{
    border: 2px solid rgb(218, 218, 218);/*实心边框颜色*
    transition: 0.2s linear;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul > li > input:hover{
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul > li > input:focus{
    border: 2px solid rgb(157, 150, 255);/*实心边框颜色*
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul > li:first-of-type{/* 第一个 *
    margin-top: -3px;
}
/* 房型 *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:first-of-type > li > input{
    width: 44px;
    text-indent: 5px;  /*文本缩进*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:first-of-type > li:nth-of-type(10) > input{
    width: 35px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:first-of-type > li:first-of-type{
    font-size:18px;/*字体大小*
}
/* 面积 */
/* main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul:nth-of-type(2) > li{/* 跳过选择 *
    margin-left: 4px;
} *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(2) > li:first-of-type{
    font-size:18px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(2) > li > input{/* 跳过选择 *
    width: 80px;
    text-indent: 5px;  /*文本缩进*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(2) > li:nth-child(4){/* 跳过选择 *
    font-size:12px;/*字体大小*
}
/* 城市 *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(3) > li:first-of-type{/* 跳过选择 *
    font-size:18px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(3) > li:nth-child(2) > input{
    width: 60px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(3) > li:nth-child(3) > input{
    width: 60px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(3) > li > input{/* 跳过选择 *
    width: 111px;
    text-indent: 5px;  /*文本缩进*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(3) > li:nth-child(6) > input{/* 跳过选择 *
    width: 93px;
}
/* 类型 *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(4) > li:first-of-type{/* 跳过选择 *
    font-size:18px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(4) > li:nth-of-type(2) > p{/* 跳过选择 *
    position: relative;/*相对定位*
    top: -2px;
    float: left;/*左浮动*
    padding: 3px 6px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(4) > li:nth-of-type(2) > p:hover{
    cursor: pointer;/*小手*
}
/* 风格 *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(5) > li:first-of-type{/* 跳过选择 *
    width: 47px;
    font-size:18px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(5) > li:nth-of-type(2) > p{/* 跳过选择 *
    position: relative;/*相对定位*
    top: -2px;
    float: left;/*左浮动*
    padding: 3px 6px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(5) > li:nth-of-type(2) > p:hover{
    cursor: pointer;/*小手*
}
/* 名字电话 */
/* main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul:nth-of-type(6){/* 跳过选择 *
    margin-left: 7px;
} *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li{/* 跳过选择 *
    font-size:16px;/*字体大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:first-of-type{/* 跳过选择 *
    margin-top: 0;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:nth-of-type(2) > input{
    width: 62px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li > input{/* 跳过选择 *
    width: 92px;
    text-indent: 5px;  /*文本缩进*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:nth-of-type(5) > input{
    width: 53px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:nth-of-type(6) > input{
    width: 82px;
    border: 2px solid rgb(133, 133, 133);/*实心边框*
    background-color: blueviolet;
    color: rgb(243, 243, 243);
    text-indent: 0px;  /*文本缩进*
    text-align: center; /*文字水平居中*
    transition: 0s linear;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:nth-of-type(6) > input:hover{
    cursor: pointer;/*小手*
    background-color: rgb(181, 240, 255);
    color: rgb(36, 36, 36);
    box-shadow:0px 0px 0px 0px rgb(187, 187, 187);/*阴影*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > section > ul:nth-of-type(6) > li:nth-of-type(6) > input:focus{
    border: 2px solid rgb(255, 251, 0);/*实心边框*
    background-color: rgb(181, 240, 255);
    color: rgb(36, 36, 36);
    box-shadow:0px 0px 0px 0px rgb(187, 187, 187);/*阴影*
}
/* 报价 */
/* main > .activities-and-offers > li:first-of-type > ul:nth-of-type(7){/* 跳过选择 *
    margin-left: 15px;
} *
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul{
    position: relative;/*相对定位*/
    /*display: flex;/*弹性盒模型*
    width: 510px;
    /*justify-content: space-between;/* 主轴两侧对齐 *
    margin: auto;
    /* background-color: chartreuse; *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:first-of-type{/* 跳过选择 */
    /* width: 95px; *
    padding-bottom: 2px;
    margin: 5px 0 5px;
    border-bottom: 2px solid rgb(133, 133, 133);/*实心边框*
    color: rgb(0, 60, 156);
    font-size:25px;/*字体大小*
    font-weight:bold;/*字体粗细*
    text-align: center; /*文字水平居中*
    letter-spacing: 15px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:nth-child(2){/* 跳过选择 *
    display: flex;/*弹性盒模型*
    width: 342px;
    margin-left: 30px;
    /* height: 50px;  *
    font-size:18px;/*字体大小*
    justify-content: space-between;/* 主轴两侧对齐 */
    /*align-items: center;/* 侧居中 */
    /* background-color: rgb(255, 255, 255); *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:nth-child(3) > ul{
    display: flex;/*弹性盒模型*
    width: 400px;
    justify-content: space-between;/* 主轴两侧对齐 *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:nth-child(3) > ul > li > ul{
    position: relative;/*相对定位*
    width: 90px;
    height: 40px;
    border: 2px solid rgb(218, 218, 218);/*实心边框*
    background-color: rgb(255, 255, 255);
    justify-content: center;/* 居中 *
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:nth-child(3) > ul > li > ul > li{
    position: absolute;/* 绝对定位 *
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;/*超出隐藏*
    display: flex;/*弹性盒模型*
    width: 72px;
    height: 21px;
    margin: auto;
    /* background-color: darkgoldenrod; *
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:nth-child(3) > ul > li > ul > li > section > p{
    /*float: left;/*左浮动*/
    /*line-height:40px;/*文字垂直居中*
    padding-left: 1px;
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:last-of-type > input{/* 跳过选择 *
    position: absolute;/* 绝对定位 *
    left: 445px;
    top: 66px;
    width: 65px;
    height: 44px;
    border: 2px solid rgb(0, 204, 255);/*实心边框*
    background-color: rgb(192, 16, 0);
    color: floralwhite;
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:last-of-type > input:hover{
    cursor: pointer;/*小手*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > ul > li:last-of-type > input:focus{
    border: 2px solid rgb(251, 255, 0);/*实心边框*
    background-color: rgb(0, 102, 136);
    color: rgb(0, 255, 0);
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > section > figure{
    position: absolute;/* 绝对定位 *
    top: -160px;
    left: -205px;
    transform:skewX(-25deg)
            skewY(25deg);
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > i{
    display: inline-block;/*变元素*
    position: absolute;/* 绝对定位 *
    top: 257px;
    left: 1293px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(0, 119, 255);/*实心边框*
    background-color: darkorange;
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > .activities-and-offers > li:first-of-type > section:last-of-type > i:hover{
    position: absolute;/* 绝对定位 *
    top: 257px;
    left: 1293px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(100, 100, 100);/*实心边框*
    background-color: rgb(246, 246, 246);
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
/* 活动 *
main > section:last-of-type > .activities-and-offers > li:last-of-type{
    width: 206px;
    height: 190px;
    margin-top: 10px;
    background-color: rgba(219, 182, 134, 0.6);
    border: 2px solid rgb(112, 112, 112);/*实心边框*
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > p{
    font-size:26px;/*字体大小*
    color: rgb(234, 74, 255);
    font-weight:bold;/*字体粗细*
    line-height:60px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(1){
    cursor: pointer;/*小手*
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(1){
    display: inline-block;/*变元素*
    position: relative;/*相对定位*
    width: 100%;
    height: 110px;
    /* background-color: darkgray; *
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(1) > img{
    position: absolute;/* 绝对定位 *
    left: 0;
    right: 0;
    margin: auto;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(1) > span{
    position: absolute;/* 绝对定位 *
    top: -18px;
    left: 54px;
    width: 80px;
    height: 60px;
    font-size:38px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(84, 185, 1);
    line-height:56px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
    border-radius: 5px;/*圆角大小*/
    /*border: 2px solid rgb(149, 149, 149);/*实心边框*/
    /* background-color: rgb(0, 255, 0); *
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(1):hover > span{
    color: rgb(0, 2, 139);
}
/* 活动内容 *
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2){
    position: relative;/*相对定位*
    display: flex;/*弹性盒模型*
    display: none;
    top: -720px;
    left: -25px;
}
/* main > section:last-of-type > .activities-and-offers > li:last-of-type:active > section.sidebar-content{
    display:block;/* 显示 *
} *
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul{
    position: absolute;/* 绝对定位 *
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 600px;
    height: 600px;
    margin: auto;
    /* background-color: blue; *
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:first-of-type{
    margin-bottom: 60px;
    font-size:38px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(1, 59, 185);
    /*line-height:15px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:nth-child(2){
    position: absolute;/* 绝对定位 *
    top: 75px;
    left: 275px;
    width: 300px;
    height: 135px;
    background-color: coral;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:nth-child(3){
    width: 600px;
    height: 300px;
    margin: auto;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:nth-child(4) > section{
    position: absolute;/* 绝对定位 *
    top: 297px;
    width: 130px;
    height: 130px;
    border-radius: 50%;/*圆角大小*/
    /* background:这段不要*
    radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)34% 34%/8px 8px no-repeat,
    radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)66% 66%/8px 8px no-repeat,
    radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)34% 66%/8px 8px no-repeat,
    radial-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 100%)66% 34%/8px 8px no-repeat,
    radial-gradient(rgb(80, 80, 80) 10%,rgb(80, 80, 80) 15%,
                    rgb(163, 163, 163) 40%,rgb(78, 78, 78) 45%,
                    rgb(3, 3, 3) 50%,rgb(3, 3, 3) 60%,
                    rgb(78, 78, 78) 75%,rgb(163, 163, 163) 100%)center/130px 130px no-repeat; *
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:nth-child(4) > section:first-of-type{
    left: 31px;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:nth-child(4) > section:last-of-type{
    left: 401px;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > ul > li:last-of-type{
    width: 150px;
    height: 150px;
    margin: 10px auto 0;
    background-color: cadetblue;
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > i{
    display: inline-block;/*变元素*
    position: absolute;/* 绝对定位 *
    top: 180px;
    left: 1225px;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;/*实心边框*
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > .activities-and-offers > li:last-of-type > section:nth-of-type(2) > i:hover{
    position: absolute;/* 绝对定位 *
    top: 180px;
    left: 1225px;
    width: 20px;
    height: 20px;
    border: 1px solid rgb(100, 100, 100);/*实心边框*
    background-color: rgb(246, 246, 246);
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
/* 右侧栏 *
main > section:last-of-type > ul.customer-feedback{
    position: fixed;/* 固定定位 *
    z-index:1;/* 定位层级 *
    top: 280px;
    left: 1680px;
    width: 200px;
    height: 440px;
    /* background-color: rgb(230, 218, 214); *
}
/* main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li > ul > li > input{
    transition: 0.2s linear;
    border: 2px solid rgb(218, 218, 218);/*实心边框颜色*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li > ul > li > input:hover{
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li > ul > li > input:focus{
    border: 2px solid rgb(157, 150, 255);/*实心边框颜色*
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
} *
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li input{
    border: 2px solid rgb(218, 218, 218);/*实心边框颜色*
    transition: 0.2s linear;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li input:hover{
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > ul > li > ul > li input:focus{
    border: 2px solid rgb(157, 150, 255);/*实心边框颜色*
    box-shadow:0px 0px 5px 0px rgb(187, 187, 187);/*阴影*
}
/* 客户反馈 *
main > section:last-of-type > ul.customer-feedback > li:first-of-type > ul{
    width: 80px;
    height: 355px;
    margin: auto;
    border: 2px solid rgb(77, 77, 77);/*实心边框*
    background-color: rgba(219, 182, 134, 0.6);
    border-radius: 5px;/*圆角大小*
}
/* 咨询热线 *
main > section:last-of-type > ul.customer-feedback > li:first-of-type > ul > li{
    width: 100%;
    width: 65px;
    height: 80px;
    margin: auto;
    border-bottom: 2px solid rgb(77, 77, 77);/*实心边框*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type{
    margin-top: 5px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type:hover{
    cursor: pointer;/*小手*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type:hover > i.iconfont{
    color: rgb(170, 0, 200);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type:hover > p{
    color: rgb(170, 0, 200);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section:last-of-type{
    display: none;/* 消失 *
    top: -362px;
    left: -1748px;
    /* background-color: darksalmon; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul{
    /*position: relative;/*相对定位*
    top: 253px;
    height: 450px;
    /*border: 2px solid rgb(24, 87, 204);/*实心边框*
    background:linear-gradient(0deg,rgb(80, 147, 255) 0%,
                                    rgb(255, 241, 223) 30%, 
                                    rgb(255, 241, 223) 70%,
                                    rgb(80, 147, 255) 100%)top left/700px 450px no-repeat;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li{
    width: 500px;
    margin: auto;
    text-align: center; /*文字水平居中*/
    /* background-color: cadetblue; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:first-of-type{
    padding: 20px 0;
    border-bottom: 2px solid rgb(77, 77, 77);/*实心边框*
    margin-bottom: 10px;
    font-size:30px;/*字体大小*
    font-weight:bold;/*字体粗细*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(2){
    font-size:23px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(40, 163, 46);
    /* margin-bottom: 15px; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(3){
    padding: 15px 0;
    font-weight:bold;/*字体粗细*
    color: rgb(70, 70, 70);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul{
    display: flex;/*弹性盒模型*
    width: 380px;
    margin: auto;
    justify-content: space-between;/* 主轴两侧对齐 *
    align-items: center;/* 测轴居中 */
    /* background-color: chartreuse; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul > li:first-of-type > ul > li{
    display: flex;/*弹性盒模型*
    margin-bottom: 5px;
    font-size:18px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(194, 0, 184);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul > li:first-of-type > ul > li > i{
    font-size:30px;/*字体大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul > li:first-of-type > ul > li > p{
    margin: 5px 0 0 10px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul > li:last-of-type > p{
    margin-bottom: 10px;
    font-weight:bold;/*字体粗细*
    color: rgb(194, 0, 184);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section > ul > li:nth-child(4) > ul > li:last-of-type > section{
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: burlywood;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section:last-of-type > i.iconfont{
    top: 260px;
    left: 1270px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section:last-of-type > i.iconfont:hover{
    left: 1270px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:first-of-type > section:last-of-type > figure{
    position: relative;/*相对定位*
    top: 115px;
    left: 498px;
    width: 270px;
    height: 300px;
}
/* 我要投诉 *
/* main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2):active > section{
    display:block;/* 显示 *这段不要
} *
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section:last-of-type{
    display: none;/* 消失 *
    top: -449px;
    left: -1748px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section{
    top: 280px;
    height: 560px;
    /*border: 20px solid rgb(167, 167, 167);/*实心边框*
    background:
                /* linear-gradient(180deg,rgb(255, 251, 0) 0%,rgb(255, 251, 0) 100%)center/645px 516px no-repeat, *这段不要
                linear-gradient(0deg,rgb(80, 147, 255) 0%,rgb(80, 147, 255) 4%,rgb(255, 241, 223) 4%,rgb(255, 241, 223) 6%,
                                    rgb(80, 147, 255) 6%,rgb(80, 147, 255) 10%, rgb(255, 241, 223) 10%,rgb(255, 241, 223) 12%,
                                    rgb(80, 147, 255) 12%,rgb(80, 147, 255) 16%,rgb(255, 241, 223) 16%,rgb(255, 241, 223) 18%,
                                    rgb(80, 147, 255) 18%,rgb(80, 147, 255) 22%,rgb(255, 241, 223) 22%,rgb(255, 241, 223) 24%,
                                    rgb(80, 147, 255) 24%,rgb(80, 147, 255) 28%,rgb(255, 241, 223) 28%,rgb(255, 241, 223) 30%,
                                    rgb(80, 147, 255) 30%,rgb(80, 147, 255) 34%,rgb(255, 241, 223) 34%,rgb(255, 241, 223) 36%,
                                    rgb(80, 147, 255) 36%,rgb(80, 147, 255) 40%,rgb(255, 241, 223) 40%,rgb(255, 241, 223) 42%,
                                    rgb(80, 147, 255) 42%,rgb(80, 147, 255) 46%,rgb(255, 241, 223) 46%,rgb(255, 241, 223) 48%,
                                    rgb(80, 147, 255) 48%,rgb(80, 147, 255) 52%,rgb(255, 241, 223) 52%,rgb(255, 241, 223) 54%,
                                    rgb(80, 147, 255) 54%,rgb(80, 147, 255) 58%,rgb(255, 241, 223) 58%,rgb(255, 241, 223) 60%,
                                    rgb(80, 147, 255) 60%,rgb(80, 147, 255) 64%,rgb(255, 241, 223) 64%,rgb(255, 241, 223) 66%,
                                    rgb(80, 147, 255) 66%,rgb(80, 147, 255) 70%,rgb(255, 241, 223) 70%,rgb(255, 241, 223) 72%,
                                    rgb(80, 147, 255) 72%,rgb(80, 147, 255) 76%,rgb(255, 241, 223) 76%,rgb(255, 241, 223) 78%,
                                    rgb(80, 147, 255) 78%,rgb(80, 147, 255) 82%,rgb(255, 241, 223) 82%,rgb(255, 241, 223) 84%,
                                    rgb(80, 147, 255) 84%,rgb(80, 147, 255) 88%,rgb(255, 241, 223) 88%,rgb(255, 241, 223) 90%,
                                    rgb(80, 147, 255) 90%,rgb(80, 147, 255) 94%,rgb(255, 241, 223) 94%,rgb(255, 241, 223) 96%,
                                    rgb(80, 147, 255) 96%,rgb(80, 147, 255) 100%)top left/700px 560px no-repeat;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul{
    position: absolute;/* 绝对定位 *
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 645px;
    height: 516px;
    margin: auto;
    background-color: rgb(255, 251, 0);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li{
    width: 600px;
    margin: auto;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:first-of-type > p{
    width: 476px;
    margin: 22px auto 20px;
    font-size:30px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(0, 16, 70);
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2){
    border: 2px solid rgb(77, 77, 77);/*实心边框*
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li{
    margin: 15px 0;
    font-size:17px;/*字体大小*
    font-weight:bold;/*字体粗细*
    /* margin: 0 10px; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li > ul{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li > ul > li{
    margin: 0 15px;
}
/* 小区 *
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li > input{
    width: 50px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li:first-of-type > input{
    width: 130px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li > ul > li > input{
    width: 100px;
    height: 20px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4) > input{
    width: 566px;
    height: 20px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:nth-child(5){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:nth-child(2) > ul > li:nth-child(5) > input{
    width: 566px;
    height: 104px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
/*小区2*
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2){
    display:none;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:first-of-type > p:first-of-type{
    margin-bottom:0;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:first-of-type > p:nth-child(2){
    margin-top: 0;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li > p:first-of-type{
    /*text-indent: 10px;  /*文本缩进*
    width: 50px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li > p:first-of-type{
    margin: 3px 10px 0 0;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li:first-of-type > p:first-of-type{
    /*text-indent: 10px;  /*文本缩进*
    width: 130px;
    height: 20px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li:nth-child(2) > p:first-of-type{
    /*text-indent: 10px;  /*文本缩进*
    width: 60px;
    height: 20px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:first-of-type > ul > li:nth-child(3) > p:first-of-type{
    /*text-indent: 10px;  /*文本缩进*
    width: 60px;
    height: 20px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) > ul > li{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) > ul > li > p:nth-child(2){
    margin: 3px 0 0 10px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(2) > ul > li > p:nth-child(2){
    /*text-indent: 10px;  /*文本缩进*不要的
    width: 100px;
    height: 20px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li > p:nth-child(2){
    margin: 3px 0 0 10px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(3) > ul > li > p:nth-child(2){
    /*text-indent: 10px;  /*文本缩进*不要的
    width: 100px;
    height: 20px;
    /* background-color: aqua; *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(4){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(4) > p:nth-child(2){
    width: 566px;
    height: 20px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(5){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul:nth-child(2) > li:nth-child(2) > ul > li:nth-child(5) > p:nth-child(2){
    width: 566px;
    height: 80px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:last-of-type > input{
    font-size:17px;/*字体大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:last-of-type > input:hover{
    cursor: pointer;/*小手*
    background-color: rgb(180, 100, 255);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:last-of-type > input:focus{
    border: 2px solid rgb(9, 255, 243);/*实心边框*
    background-color: rgb(180, 100, 255);
    color: rgb(243, 243, 243);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section > section > ul > li:last-of-type > input{
    width: 70px;
    height: 40px;
    margin: 20px 0 0 520px;
    background-color: aqua;
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section:last-of-type > i.iconfont{
    top: 307px;
    left: 1247px;
    z-index:1;/* 定位层级 *
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section:last-of-type > i.iconfont:hover{
    left: 1247px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(2) > section:last-of-type > figure{
    position: absolute;/* 绝对定位 *
    top: 40px;
    left: 603px;
    width: 700px;
    height: 291px;
}
/* 我要建议 *
/* main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3):active > section{
    display:block;/* 显示 *不要的
} *
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section:last-of-type{
    display: none;/* 消失 *
    top: -536px;
    left: -1748px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul{
    top: 250px;
    width: 1050px;
    height: 560px;
    background-color: rgb(177, 233, 255);
    border-radius: 5px 495px 5px 495px;/*圆角大小*
    /*border: 1px solid rgb(0, 200, 255);/*实心边框*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li{
    width: 600px;
    margin: auto;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:first-of-type > p{
    width: 540px;
    margin: 70px auto 30px;
    font-size:29px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(0, 16, 70);
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2){
    border: 2px solid rgb(77, 77, 77);/*实心边框*
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li{
    margin: 15px 0;
    font-size:17px;/*字体大小*
    font-weight:bold;/*字体粗细*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li > ul{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li > ul > li{
    margin: 0 15px;
}
/* 建议小区 *
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li > input{
    width: 50px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li:first-of-type > input{
    width: 130px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li > ul > li > input{
    width: 100px;
    height: 20px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(3){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(3) > input{
    width: 566px;
    height: 20px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4) > input{
    width: 566px;
    height: 100px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
/*建议小区2*
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul:nth-child(2){
    display:none;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul:nth-child(2) > li:first-of-type > p:first-of-type{
    width: 116px;
    margin: 20px auto 20px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul:nth-child(2) > li:first-of-type > p:nth-child(2){
    width: 442px;
    margin: 5px auto 15px;
    font-size:25px;/*字体大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li{
    display: flex;/*弹性盒模型*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li > p:nth-child(1){
    /*text-indent: 10px;  /*文本缩进*不要的
    width: 50px;
    margin: 3px 10px 0 0;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li:first-of-type > p:nth-child(1){
    /*text-indent: 10px;  /*文本缩进*
    width: 130px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li > p:nth-child(2){
    /*text-indent: 10px;  /*文本缩进*
    width: 100px;
    height: 20px;
    margin: 3px 0 0 10px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(2) > ul > li{
    display: flex;/*弹性盒模型*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(3){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(3) > p:nth-child(2){
    width: 566px;
    height: 20px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:nth-child(2) > ul > li:nth-child(4) > p:nth-child(2){
    width: 566px;
    height: 90px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:last-of-type > input{
    font-size:17px;/*字体大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:last-of-type > input:hover{
    cursor: pointer;/*小手*
    background-color: rgb(180, 100, 255);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:last-of-type > input:focus{
    border: 2px solid rgb(9, 255, 243);/*实心边框*
    background-color: rgb(180, 100, 255);
    color: rgb(243, 243, 243);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section > section > ul > li:last-of-type > input{
    width: 70px;
    height: 40px;
    margin: 20px 0 0 520px;
    background-color: aqua;
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section:last-of-type > i.iconfont{
    top: 250px;
    left: 1350px;
    border: 1px solid rgb(0, 119, 255);/*实心边框*
    background-color: darkorange;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:nth-child(3) > section:last-of-type > figure{
    position: absolute;/* 绝对定位 *
    top: 130px;
    left: 470px;
}
/* 我要评论 */
/* main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type:active > section:last-of-type{
    display:block;/* 显示 *不要的
} *
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section:last-of-type{
    display: none;/* 消失 *
    top: -623px;
    left: -1748px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul{
    top: 270px;
    height: 478px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li{
    width: 600px;
    margin: auto;
}
/* main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > ul > li:first-of-type{
    width: 600px;
    height: 400px;
    margin-top: 105px;
    background-color: cornsilk;
} *
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:first-of-type > figure{
    position: absolute;/* 绝对定位 *
    top: -220px;
    left: -150px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:first-of-type > p{
    position: absolute;/* 绝对定位 *
    top: -110px;
    left: 100px;
    width: 357px;
    margin: 20px auto 40px;
    font-size:26px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(0, 16, 70);
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2){
    margin-top: 105px;
    border: 2px solid rgb(77, 77, 77);/*实心边框*
    background-color: rgb(243, 243, 243);
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li{
    margin: 15px 0;
    font-size:17px;/*字体大小*
    font-weight:bold;/*字体粗细*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li > ul{
    display: flex;/*弹性盒模型*
    flex-wrap: wrap;/*弹性换行*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li > ul > li{
    margin: 0 15px;
}
/* 小区 *
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li > input{
    width: 50px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:first-of-type > ul > li:first-of-type > input{
    text-indent: 10px;  /*文本缩进*
    width: 130px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li > ul > li > input{
    width: 100px;
    height: 20px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:nth-child(3){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:nth-child(3) > input{
    width: 566px;
    height: 20px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:nth-child(4){
    margin: 15px 15px;
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:nth-child(2) > ul > li:nth-child(4) > input{
    width: 566px;
    height: 55px;
    margin-top: 5px;
    text-indent: 10px;  /*文本缩进*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:last-of-type > input{
    font-size:17px;/*字体大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:last-of-type > input:hover{
    cursor: pointer;/*小手*
    background-color: rgb(180, 100, 255);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:last-of-type > input:focus{
    border: 2px solid rgb(9, 255, 243);/*实心边框*
    background-color: rgb(180, 100, 255);
    color: rgb(243, 243, 243);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section > section > ul > li:last-of-type > input{
    width: 70px;
    height: 40px;
    margin: 20px 0 0 520px;
    background-color: aqua;
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section:last-of-type > i.iconfont{
    top: 278px;
    left: 1270px;
}
/* main > section:last-of-type > ul.customer-feedback > li > ul > li:last-of-type > section:last-of-type > figure{
    position: absolute;/* 绝对定位 *不要的
    top: 1px;
    left: 1px;
} *
/* 客户反馈导航内容 *
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type > i.iconfont{
    margin-left: 8px;
    font-size:50px;/*字体大小*
    color: rgb(59, 59, 59);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:first-of-type > p{
    color: rgb(36, 36, 36);
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > i.iconfont{
    display: inline-block;/*变元素*
    position: absolute;/* 绝对定位 *
    width: 20px;
    height: 20px;
    border: 1px solid transparent;/*实心边框*
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li > ul > li > section:last-of-type > i.iconfont:hover{
    position: absolute;/* 绝对定位 *
    width: 20px;
    height: 20px;
    border: 1px solid rgb(100, 100, 100);/*实心边框*
    background-color: rgb(246, 246, 246);
    color: rgb(100, 100, 100);
    line-height:21px;/*文字垂直居中*
}
/* 来电人数 *
main > section:last-of-type > ul.customer-feedback > li:last-of-type{
    margin-top: 20px;
    width: 196px;
    height: 180px;
    border: 2px solid rgb(77, 77, 77);/*实心边框*
    background-color: rgba(219, 182, 134, 0.6);
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:first-of-type{
    display: flex;/*弹性盒模型*
    width: 170px;
    margin: 5px auto;
    font-size:16px;/*字体大小*
    font-weight:bold;/*字体粗细*
    color: rgb(0, 68, 255);
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:first-of-type > li:nth-child(2){
    overflow: hidden;/*超出隐藏*
    width: 24px;
    height: 20px;
    margin: 1px 1px 0;
    background-color: rgb(255, 255, 255);
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:first-of-type > li:nth-child(2) ul{
    display: flex;/*弹性盒模型*
    justify-content: center;
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:first-of-type > li:nth-child(2) > ul > li > p{
    font-size:17px;/*字体大小*
    color: rgb(118, 0, 155);
    line-height:20px;/*文字垂直居中*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type{
    width: 180px;
    height: 130px;
    margin: 16px auto;
    background-color: rgb(255, 255, 255);
    border-radius: 5px;/*圆角大小*
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type > li:first-of-type{
    /*display: flex;/*弹性盒模型*
    height: 22px;
    border-bottom: 1px solid rgb(77, 77, 77);/*实心边框*
    /* justify-content: space-around; *
    padding: 3px 0;
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type > li:first-of-type > p{
    float: left;/*左浮动*
    font-size:15.5px;/*字体大小*
    font-weight:bold;/*字体粗细*
    line-height:22px;/*文字垂直居中*
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type > li:first-of-type > p:first-of-type{
    margin: 0 60px 0 20px;
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type > li:last-of-type{
    overflow: hidden;/*超出隐藏*
    width: 180px;
    height: 80px;
    margin-top: 11px;
    /* background-color: darkmagenta; *
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > ul:last-of-type > li:last-of-type > p{
    display: flex;/*弹性盒模型*
    font-size:14px;/*字体大小*
    color: rgb(0, 0, 0);
    text-align: center; /*文字水平居中*
    justify-content: space-around;
}
/* main > section:last-of-type > ul.customer-feedback > li:last-of-type > p{
    font-size:18px;/*字体大小*
    font-weight:bold;/*字体粗细*
    text-align: center; /*文字水平居中*
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > section{
    width: 185px;
    height: 50px;
    margin: auto;
    border-radius: 5px;/*圆角大小*
    border: 2px solid rgb(156, 156, 156);/*实心边框*
    background-color: rgba(255, 255, 255, 0.8);
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > section > p:first-of-type > span:first-of-type{
    margin-left: 17px;
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > section > p:first-of-type > span:last-of-type{
    margin-left: 64px;
}
main > section:last-of-type > ul.customer-feedback > li:last-of-type > section > p:last-of-type{
    font-size:13px;/*字体大小*
    display: flex;/*弹性盒模型*
    width: 160px;
    margin: auto;
    justify-content: space-between;/* 主轴两侧对齐 */
}