@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #fff;
}

html {
    font-family: 'Noto Sans SC Sliced', PingFangSC-Light, Microsoft YaHei UI, Microsoft YaHei, helvetica, sans-serif;
    font-weight: 300;
    color: #000;
}

p {
    margin:0 25px;
    display:inline;   /*设置p标签不换行*/
    font-size:40px;
}

#addr {
    position: relative;
    display:block;
    width: 500px;
    left:-40px;
    margin: 0px auto;
    padding:2px;
    font-size:14px;
    border:1px dashed;
    }

#s1{
color:#1E90FF;
letter-spacing:20px;
}

#s3{position:absolute;
    display:block;
    bottom:25%;
    left:30%;
    font-size:16px;
    color:gray;
        }
#s4{position:absolute;
    bottom:10%;
    left:50%;
    font-size:20px;
        }


form,
input,
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background: none;
}

input::-webkit-input-placeholder {
    color: #ccc;
    letter-spacing: 2px;
    font-size: 16px;
}

ul,
li {
    display: block;
    list-style: none;
}


.con {
    width: 100%;
    transition: 1s all;
    margin: auto;
    min-width: 320px;
    height: 380px;
    position: absolute;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
}

.aaa{
    position:absolute;
    top:-13%;
    right:21%;
    font-size:15px;
    padding:3px 10px; /*设置内边距，button标签内部的距离*/
    border-style:solid;  /*设置实心边框*/
    border-width:1px;    /*设置边框宽度*/
    border-radius: 100%; /*设置圆角边框*/
    color: blue;
    background: #eee;
    cursor: pointer;
}

.aaa:active {    /*设置点击效果*/
    background: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1);
}

.con .shlogo {
    position: relative;
    width: 480px;
    height: 100px;
    margin: 0 auto;

}



.con .sou {
    max-width: 780px;
    position: relative;
    width: calc(100% - 10px);
    min-width: 320px;
    margin: 0 auto;
}

.con .sou form {
    width: 100%;
    /*border: 1px solid #ddd;*/
    height: 50px;
    display: block;
    margin: 10px auto 30px;
    position: relative;
}

.con .sou form .wd {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 25px;
    line-height: 100%;
    text-indent: 20px;
    font-size: 18px;
}

.con .sou form .wd:focus {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    border-color: #fff
}

.con .sou form button {
    width: 40px;
    height: 40px;
    display: block;  /*设置元素如何显示，block：此元素显示为块级元素，此元素前后会带有换行符，none：此元素不会显示*/
    position: absolute;
    z-index: 10;  /*设置元素的堆叠顺序，拥有高元素值的元素总是处于低元素值的前面*/
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    border-style:solid;  /*设置实心边框*/
    border-width:1px;    /*设置边框宽度*/
    border-radius: 50%; /*设置圆角边框*/
    color: #777;
}


.con .sou ul {
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.con .sou ul li {
    width: auto;
    margin: 0px 5px;  /*设置外边距，两个li标签之间的距离*/
    padding:0px 5px; /*设置内边距，li标签内部的距离*/
    float: left;
    -webkit-tap-highlight-color: transparent;
    background: #eee;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;   /*当光标移到该标签时，会发生变化，pointer表示的是箭头形式*/
    position: relative;
    border-radius: 20px;    /*向div元素添加圆角边框*/
}

#segment{

}










