cy
2022-06-28 2ba5c891b24d4d0cd6ce7ef833592e4f576ee5e8
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
@charset "utf-8";
/* CSS Document */
.binding_top_wrap{
    height: 80px;
    width: auto;
    border-bottom: 2px solid #eee;
    margin-top: 30px;
    }
.binding_top{
    margin: 0 auto;
    width:1000px;
    height:48px;
    }
.binding_top a{
    float: left;     
    }
.binding_top .sub-name{
    float: left;
    font: 18px 微软雅黑;
    color: #666;
    line-height: 48px;
    width: 180px;
    height: 48px;
    padding-left: 20px;
    background: url(../images/pic_1.png) no-repeat left center;
    margin-left: 30px;
    }
.binding_content{
    height: 400px;
    width: 550px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    }
.prompt{
    font-size: 12px;
    color: #f4840c;
    padding-left: 30px;
    background: url(../images/pic_2.png) no-repeat;
    height: 18px;
    margin-top: 60px;
    line-height: 18px;
    padding-bottom: 10px;
    }
.enter-box{
    margin: 0 auto;
    height: 48px;
    width: 380px;
    border: 1px solid #ddd;
    line-height: 48px;
    padding-left: 10px;
    margin-top: 22px;
    }
.enter-box label{
    display:inline-block;
    font-size: 14px;
    color: #666;
    text-align: right;
    width: 70px;
    }
.enter-box span{
    font-size: 14px;
    color: #666;
    }
.enter-box span input{
    border:0;
    border-radius:0;
    font-size:14px;
    color:#666;
    width:300px;
    height:40px;
    -webkit-tap-highlight-color:transparent;
    }
.binding-buttom {
    width:390px;
    height:45px;
    background-color:#2492df;
    border:0;
    font-size:16px;
    color:#fff;
    font-family: "微软雅黑";
    margin-bottom: 20px;
    margin-left: 80px;
    margin-top: 40px;
    cursor:pointer;
    }
.binding-footer{
    margin-top: 25px;
    padding: 25px 0 50px;
    border-top: 1px solid #d4d4d4;
    color: #999;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    }
.binding-footer a{color:#999; text-decoration:none;}    
.binding-footer a:hover{color:#0e76e5}