
#content_cou,
#content_sea { background: white; }
#content_cou > div:first-child { text-align: center; font-size: 0.9rem; height: 10rem; color: white;padding: 1rem 0;position:relative; }
#content_cou > div:first-child > img{position:absolute;width:100%;top:0;left:0;}
/*#content_cou > div:first-child > div,
#content_sea > div:first-child form #content_sea > div:first-child > div { width: 14.3rem; height: 1.7rem; background: white; margin: 0 auto; border-radius: .8rem; overflow: hidden; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 0.4rem 0.5rem; background-size: .8rem;position:absolute;top:6rem;left:2.5rem; }*/
#content_cou > div:first-child>p:nth-child(4){position:absolute;top:8.5rem;left:1.25rem;}
#content_cou > div:first-child>p:nth-child(4)>span{font-size:.6rem;margin-left:.5rem;}
#content_cou > div:first-child > div > div,
#content_cou form div,
#content_sea > div:first-child > div > div { height: 100%; width: 15.5rem; }
#content_cou > div:first-child > div > div > button,
#content_cou form button,
#content_sea > div:first-child > div > div > button { border: 0; color: white; height: 1.7rem; background: #ffa51f; float: right; padding-right: 1.5rem; width: 4rem; }
#content_cou > div:first-child > div > div > input,
#content_cou form input,
#content_sea > div:first-child > div > div > input { border: none; height: 1.7rem; width: 10rem; margin-left: 1.5rem; padding:0.1rem 0 0 0.15rem; }
#content_cou > div:first-child > p:nth-child(2) { font-size: 0.7rem; margin: 0.2rem 0 0.5rem 0;position:absolute;top:2rem;left:4.8rem; }
#content_cou > div:first-child p > span { font-size: 0.9rem; }
#content_cou form input .guidance { padding: 0 0.5rem; font-size: 0.7rem; margin-top: 1rem; }
.guidance{    padding: 0.5rem;}
.guidance > div { text-align: center; }
.guidance > div > img { width: 100%; }
.guidance > p:first-child { font-weight: 600; font-size: 0.75rem;}
.guidance > p:not(:first-child) { margin: 0.3rem 0 0.5rem 1rem;font-size: 0.7rem;}
/*#content_cou > div:not(:first-child) img { height: 8rem; }*/
/*.hei_11 { height: 11.5rem !important; width: auto !important; }*/

#content_sea { display: none; }
#content_sea > div { background: #ff003c; padding: 0.75rem 0.5rem; color: white; text-align: center; }
#content_sea > div > p { margin-top: 0.3rem; font-size: 0.75rem; }
.lately { margin-top: 1.2rem; padding: 0 0.5rem; display: none; }
.lately > div > p { height: 100%; margin-bottom: 0.5rem; font-weight: 600; }
.lately > div:first-child { position: relative; }
.lately > div:first-child > img { position: absolute; right: 0rem; top: 0.2rem; width: 0.9rem; height: 1rem; }
 input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;/*此处只是去掉默认的小×*/
}
 a,input{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
 /*改*/
 #content_cou .ccoud_input{
    width: 100%;
    height: 2.2rem;
    background-color: #ff003c;
    text-align: center;
    position: relative;
    top: 5rem;
 }
 #content_cou .ccoud_input>form{
         width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
 }
 #content_cou .ccoud_input>form>input{
         width: 14.3rem;
    height: 1.7rem;
    background: white;
    margin: 0 auto;
    border-radius: .8rem;
    overflow: hidden;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 0.4rem 0.5rem;
    background-size: .8rem;
    margin: 0;
    margin-left: 2rem;
    margin-top: .25rem;
    padding-right: 3rem;
    padding-left: 1.5rem;
 }
 #content_cou .ccoud_input>form>button{
     position: absolute;
    top: 0.25rem;
    left: 13.3rem;
    color: #fff;
    height: 1.7rem;
    /* margin-right: 1.5rem; */
    padding: 0;
    width: 3.3rem;
    border-top-right-radius: .8rem;
    border-bottom-right-radius: .8rem;
 }