/*
* @Author: 17600609221
* @Date:   2018-12-22 22:48:13
* @Last Modified by:   17600609221
* @Last Modified time: 2019-05-05 16:37:49
*/
@import "bases.css";


input{color: #b1b1b1;font-size: 24px;}

.capital{
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.capital > img {
    display: block;
    vertical-align: bottom;
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #b1b1b1;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #b1b1b1;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #b1b1b1;
}
input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #b1b1b1;
}



.apply-last input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #000;
}
.apply-last input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #000;
}
.apply-last input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #000;
}
.apply-last input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
}


.btn{
   -webkit-animation: free_download 1s linear alternate infinite;
   animation: free_download 1s linear alternate infinite;
  }
  @-webkit-keyframes free_download{
   0%{-webkit-transform:scale(0.9);}
   100%{-webkit-transform:scale(1);}
  }
  @keyframes free_download{
   0%{transform:scale(0.9);}
   100%{transform:scale(1);}
  }
.