﻿@charset "utf-8";

*{padding:0;list-style-type:none;}
a,img{border:0;}
body,td,th {
	color: #000000;
	font-size: 16px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:25px;
}



a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: 0;
}
a:hover {
	text-decoration: none;
	color: #0066cc;
}
a:active {
	text-decoration: none;
	color: 0;
}



/*注册按键*/

.buttons {
    margin: 10%;
    text-align: center;
}

.btn-hover {
    width: 70px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 5px;
    height: 34px;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}


.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 12px 0 rgba(65, 132, 234, 0.75);
}

/*注册按键结束*/

/*搜索*/

/* id选择器对div标签设置 */
#outerFrame{
  /* 设置边框 */
  border: 2px solid rgb(39, 167, 226);
  /* 绝对定位 */
  position: absolute;
  /* 左边上边外边框边距 */
  margin-top: 6px;
  margin-left: 2px;
  display: inline-block;
  /* 背景色 */
  background-color: white;
}
#outerFrame,.input,.img{
/* 圆角边框 */
border-radius: 28px;
}

.inside{
/* border: 1px solid green; */
}
.img,.input{
/* 属性设置元素的垂直对齐方式。 */
vertical-align:middle;
}
.img{
/* 设置宽高 */
width: 18px;
height: 18px;
margin-left: 2px;
}
.input{
width: 160px;
height: 28px;
/* 不显示边框 */
outline: none;
border: none;
/* 输入内容的字体大小 */
font-size: 16px;
padding-left: 5px;
margin-left: -5px;
}

/*搜索结束*/



.STYLE1 {font-family: Arial, Helvetica, sans-serif;font-weight: bold;}