@charset "utf-8";
/* CSS Document */
  .big_huadong{
	  width:70%; height:45px;
  }
  #slide_box {
            width: 60%;
            height: 42px;
            text-align: center;
            line-height: 42px;
            font-size: 14px;
            color: #717171;
            background-color: #e8e8e8;
            border: none;
	        margin-top: 15px;
    		border-radius:5px;
        }

        #slide_xbox {
            width: 50px;
            height: 42px;
            text-align: center;
            line-height: 42px;
            font-size: 16px;
            color: #fff;
            position: absolute;
            background: #35b34a;
            border-radius: 5px;
        }

        #btn {
            cursor: pointer;
            width: 50px;
            height: 42px;
            float: right;
            -webkit-box-shadow: 0px 0px 15px 0px #ddd;
            -moz-box-shadow: 0px 0px 15px 0px #ddd;
            box-shadow: 0px 0px 15px 0px #ddd;
            color: #8a8c97;
            background:#ff6666 url(../images/huadong.png) 0 0 no-repeat;
            background-size: 100% 100%;
            border-radius: 5px;
            
        }

        #btn > .iconfont {
            font-size: 20px;
        }
